From: Thomas Lamprecht Date: Mon, 5 Jul 2021 16:19:38 +0000 (+0200) Subject: buildsys: change upload dist to bullseye X-Git-Url: https://git.proxmox.com/?p=proxmox-i18n.git;a=commitdiff_plain;h=37d974f94e4233d9e23eb0208f8217d5d968dbd0 buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 8ed0a66..b11357d 100644 --- 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