]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
add upload targets
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Oct 2017 08:28:34 +0000 (10:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Oct 2017 08:28:34 +0000 (10:28 +0200)
Makefile

index 477c1f12e9163f6ab189646649750e46c9705a52..2268cdc8d3bc2fb808eca431b47dbc25059adde4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,19 @@ proxmox-mailgateway-%.po: proxmox-mailgateway.pot
 pve-manager-%.po: pve-manager.pot
        msginit -i pve-manager.pot -l $* -o pve-manager-$*.po
 
+
+.PHONY: distclean
+distclean: clean
+
 .PHONY: clean
 clean:
        find . -name '*~' -exec rm {} ';'
        rm -rf dest *.po.tmp *.js.tmp *.deb *.buildinfo *.changes pve-lang-*.js pmg-lang-*.js
+
+.PHONY: upload-pve
+upload-pve: ${PVE_I18N_DEB}
+       tar cf - ${PVE_I18N_DEB}|ssh 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