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

index 18751599486a166a2a2504c44ad16f0bcbb948bd..fd5a8678fdb7bf801146e0925d92a1fbad7e57f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie --arch ${ARCH}
 
 .PHONY: clean
 clean: