buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Thomas Lamprecht 2021-10-04 10:21:12 +02:00
parent a545da70da
commit 46b962f6b1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ${DEB}:
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye
.PHONY: clean distclean
distclean: clean