]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
use ssh -X for upload
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Oct 2017 08:39:14 +0000 (10:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Oct 2017 08:39:14 +0000 (10:39 +0200)
Makefile

index 2268cdc8d3bc2fb808eca431b47dbc25059adde4..688ef2e3f5fbabf9359e5785b5d4d4f2157a5dd6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,8 +76,8 @@ clean:
 
 .PHONY: upload-pve
 upload-pve: ${PVE_I18N_DEB}
-       tar cf - ${PVE_I18N_DEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${PVE_I18N_DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
 
 .PHONY: upload-pmg
 upload-pmg: ${PMG_I18N_DEB}
-       tar cf - ${PMG_I18N_DEB}|ssh repoman@repo.proxmox.com -- upload --product pmg --dist stretch
+       tar cf - ${PMG_I18N_DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch