buildsys: change upload/config dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
339ff552b1
commit
f0982ad94b
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -1 +1 @@
|
||||
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
|
||||
deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise
|
||||
|
Loading…
Reference in New Issue
Block a user