buildsys: change upload/config dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-20 20:54:07 +02:00
parent 339ff552b1
commit f0982ad94b
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ $(DEB):
upload: ${DEB} check
# check if working directory is clean
git diff --exit-code --stat && git diff --exit-code --stat --staged
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: install
install: vzdump-hook-script.pl

View File

@ -1 +1 @@
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise