]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
Makefile: use "--product pve,pmg --dist stretch" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Mar 2017 16:03:11 +0000 (17:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Mar 2017 16:03:11 +0000 (17:03 +0100)
Makefile

index 380b7ec40fc6aff8843a7fa9eb29fc4b2681e94d..1c41a8d41dd6ce1edc6f2dd1b79d6b44559fb305 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ install: proxmoxlib.js
 
 .PHONY: upload
 upload: ${DEB}
-       # fixme tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
 
 distclean: clean