buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-08 09:47:35 +02:00
parent 9bf522bc1e
commit e41fb93e17

View File

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