From: Fabian Grünbichler Date: Fri, 10 Mar 2017 07:54:32 +0000 (+0100) Subject: buildsys: update make upload target X-Git-Url: https://git.proxmox.com/?p=pve-libspice-server.git;a=commitdiff_plain;h=967172ccb9596fe5165902b70c0f0b43e1075421 buildsys: update make upload target --- diff --git a/Makefile b/Makefile index 62681d7..ff719d9 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,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 stretch --arch ${ARCH} distclean: clean