]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
buildsys: add upload target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 16:20:42 +0000 (18:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 16:20:42 +0000 (18:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b11357d89b90130a6d634036a465d851730e287b..d77dd9b4d3065292843f40533389007d7af83107 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,10 +87,12 @@ clean:
        find . -name '*~' -exec rm {} ';'
        rm -rf dest *.po.tmp *.js.tmp *.deb *.buildinfo *.changes *.js messages.pot
 
-.PHONY: upload-pve upload-pmg upload-pbs
+.PHONY: upload-pve upload-pmg upload-pbs upload
 upload-pve: ${PVE_I18N_DEB}
        tar cf - $^|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
 upload-pmg: ${PMG_I18N_DEB}
        tar cf - $^|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye
 upload-pbs: ${PBS_I18N_DEB}
        tar cf - $^|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye
+
+upload: upload-pve upload-pmg upload-pbs