use ssh -X for upload

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-07-09 15:00:38 +02:00
parent 6c67b3e239
commit d6fc193816

View File

@ -73,5 +73,5 @@ distclean: clean
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster