From: Fabian Grünbichler Date: Mon, 13 Mar 2017 10:27:01 +0000 (+0100) Subject: buildsys: update make upload target X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-4;hp=156fd8f7366ce745bd27c412614b79757eafa402 buildsys: update make upload target --- diff --git a/Makefile b/Makefile index 1c5aa0d..09f1011 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ ${DEB}: .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 --arch ${ARCH} .PHONY: clean clean: