]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
buildsys: switch upload dist over to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 18:55:23 +0000 (20:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 18:55:23 +0000 (20:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4c47b8a9d6d2365c5a5d30e3a62d54b7fb0c6570..faa6e7d5ab80f0fdd5b9b56c2d69ed85a0fdaf8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ clean:
 
 .PHONY: upload-pve
 upload-pve: ${PVE_I18N_DEB}
-       tar cf - ${PVE_I18N_DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${PVE_I18N_DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
 
 .PHONY: upload-pmg
 upload-pmg: ${PMG_I18N_DEB}