]> git.proxmox.com Git - pve-manager.git/commitdiff
Makefile: use "ssh -X" for upload
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Mar 2017 06:59:01 +0000 (07:59 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 14 Mar 2017 06:59:01 +0000 (07:59 +0100)
Makefile

index 4c0689673a4c531e824d3fc265ac6913d1552fb4..b3136db0a250dfdadd314961f1b9f4fe16e35fca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ $(DEB):
 .PHONY: upload
 upload: ${DEB} check
        ./repoid.pl .git check
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch
 
 #.PHONY: poupload
 #poupload: