]> git.proxmox.com Git - pve-cluster.git/commitdiff
use ssh -X for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2018 10:26:48 +0000 (12:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2018 10:26:48 +0000 (12:26 +0200)
Makefile

index 3d0a11575b572de87d8750e2e16484a520123fdd..c698d77871b0452054ea0051bd98569a57a8c800 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
 
 .PHONY: clean
 clean: