]> git.proxmox.com Git - dab.git/commitdiff
Makefile: use "--product pve --dist stretch" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 10:32:51 +0000 (11:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 10:32:51 +0000 (11:32 +0100)
Makefile

index cdf9cd782ed3aa80fdeded0ee4cd1b57bbe58284..637d4382dcadadad5c94a07c47740120c74663ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,6 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch