]> git.proxmox.com Git - iproute2.git/commitdiff
buildsys: update make upload target for stretch
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 12:33:25 +0000 (13:33 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 12:33:25 +0000 (13:33 +0100)
Makefile

index f89560886721fe893ed5fb8395d0f135b6063b68..ed78c6c230c24cfccaec0a5912ace0d8d2d31f61 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ download:
 
 .PHONY: upload
 upload: ${DEBS}
 
 .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}
 
 .PHONY: clean
 clean:
 
 .PHONY: clean
 clean: