]> git.proxmox.com Git - pve-libspice-server.git/commitdiff
buildsys: update make upload target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 07:54:32 +0000 (08:54 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 07:54:32 +0000 (08:54 +0100)
Makefile

index 62681d73c3d363a5c3b03d24b120151bb2c1c371..ff719d9648f20cd8d51493716a23f44eacac4a6e 100644 (file)
--- 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