]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
use -X in upload
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Apr 2020 10:16:46 +0000 (12:16 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Apr 2020 10:16:46 +0000 (12:16 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index e6b567dbed08fd3de8c45bb5de41231eb117de6b..1e6b2daea806eeb987c9c0d7a5099780f9eb8046 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ dinstall: ${DEB}
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pmg --dist stretch --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch --arch ${DEB_BUILD_ARCH}
 
 .PHONY: distclean
 distclean: clean