]> git.proxmox.com Git - qemu-server.git/commitdiff
pass -X to ssh on upload
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Jul 2020 12:24:36 +0000 (14:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Jul 2020 12:24:36 +0000 (14:24 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index cb9504443f1f2729a6ca75e10cfade00f5b28cb9..753ba7046fe3724bc79f417a343a1706c6abe75c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ test:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster
+       tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist buster
 
 .PHONY: clean
 clean: