From: Dietmar Maurer Date: Fri, 10 Mar 2017 08:19:14 +0000 (+0100) Subject: Makefile: use "--product pve --dist jessie" for upload target X-Git-Url: https://git.proxmox.com/?p=extjs.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 c4673a97..fee566d0 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: ${EXTDATA} .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 .PHONY: distclean distclean: clean