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

index 0974173bbbf3e43cd3ecdf030b71fadcb4dacc19..a453959b83cc53c9bb36490db168ec98dea4c6dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,5 +45,5 @@ check:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
+       tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch