From ded3002ec35a9fa29630a20b1ee1ece6176bd69f Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 4 Oct 2017 10:39:14 +0200 Subject: [PATCH] use ssh -X for upload --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2268cdc..688ef2e 100644 --- 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