buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-07-19 17:11:42 +02:00
parent a10850a10e
commit 0ae801cae2

View File

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