From: Dietmar Maurer Date: Wed, 8 Mar 2017 16:11:42 +0000 (+0100) Subject: Makefile: use "--product pve,pmg --dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=1c2b442a0b636d7812565d267676705b52df27a3;p=pve-jslint.git Makefile: use "--product pve,pmg --dist stretch" for upload target --- diff --git a/Makefile b/Makefile index 0c71666..3f424ec 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ clean: .PHONY: upload upload: ${DEB} - tar -cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch