mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 18:39:08 +00:00
Makefile: use "ssh -X" for upload
This commit is contained in:
parent
8f5d98e4b7
commit
7fffbe322d
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ $(DEB):
|
|||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB} check
|
upload: ${DEB} check
|
||||||
./repoid.pl .git check
|
./repoid.pl .git check
|
||||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
|
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch
|
||||||
|
|
||||||
#.PHONY: poupload
|
#.PHONY: poupload
|
||||||
#poupload:
|
#poupload:
|
||||||
|
Loading…
Reference in New Issue
Block a user