From: Dietmar Maurer Date: Fri, 10 Mar 2017 07:56:37 +0000 (+0100) Subject: Makefile: use "--product pve --dist jessie" for upload target X-Git-Url: https://git.proxmox.com/?p=pve-http-server.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-4 Makefile: use "--product pve --dist jessie" for upload target --- diff --git a/Makefile b/Makefile index e4807f2..fd79b71 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 repoman@repo.proxmox.com -- upload --product pve --dist jessie distclean: clean rm -f examples/simple-demo.pem