]> git.proxmox.com Git - pmg-api.git/commitdiff
fix upload target
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Mar 2017 08:02:05 +0000 (09:02 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Mar 2017 08:02:23 +0000 (09:02 +0100)
Makefile

index 947e24d544ecd0bccaa2571088d9a1c983bbbdb1..860192be658686f3767c35b1adff4b25b9fdf307 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -166,8 +166,8 @@ install: ${BTDATA} $(addsuffix .pm, $(addprefix PMG/Service/, ${SERVICES})) $(ad
 
 .PHONY: upload
 upload: ${DEB}
-        ./repoid.pl .git/ check
-       # fixme tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       ./repoid.pl .git/ check
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
 
 .PHONY: check
 check: