From: Dietmar Maurer Date: Wed, 8 Mar 2017 16:35:17 +0000 (+0100) Subject: Makefile: use "--product pve,pmg --dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?p=pve-http-server.git;a=commitdiff_plain;h=fd03f0e31fc645b8811cc9ce64e23d5b0525fec4 Makefile: use "--product pve,pmg --dist stretch" for upload target --- diff --git a/Makefile b/Makefile index e4807f2..d638c4c 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ install: ${BTDATA} .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 distclean: clean rm -f examples/simple-demo.pem