From: Fabian Grünbichler Date: Mon, 13 Mar 2017 08:52:24 +0000 (+0100) Subject: buildsys: update make upload target X-Git-Url: https://git.proxmox.com/?p=zfs-grub.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-4 buildsys: update make upload target --- diff --git a/Makefile b/Makefile index 2b02312..78092d6 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie --arch amd64 .PHONY: distclean distclean: clean