]> git.proxmox.com Git - pve-access-control.git/commitdiff
buildsys: update make upload target for stretch
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Mar 2017 10:25:23 +0000 (11:25 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Mar 2017 10:25:30 +0000 (11:25 +0100)
Makefile

index 1c5aa0d418d424f3e7ab7176d0d418af4f7fea93..18400942d275f85786498d6aa40fe681cde4a942 100644 (file)
--- 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 stretch --arch ${ARCH}
 
 .PHONY: clean
 clean: