mirror of
https://git.proxmox.com/git/proxmox-i18n
synced 2025-04-28 12:34:54 +00:00
use ssh -X for upload
This commit is contained in:
parent
cbc629cecc
commit
ded3002ec3
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user