]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
buildsys: change upload dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 16:19:38 +0000 (18:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 16:19:38 +0000 (18:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 8ed0a6682457c04b726336eb1f776b93f4688ff9..b11357d89b90130a6d634036a465d851730e287b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,8 +89,8 @@ clean:
 
 .PHONY: upload-pve upload-pmg upload-pbs
 upload-pve: ${PVE_I18N_DEB}
-       tar cf - $^|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
+       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 buster
+       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 buster
+       tar cf - $^|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye