mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 19:02:15 +00:00
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
|
upload: ${DEB} check
|
||||||
# check if working directory is clean
|
# check if working directory is clean
|
||||||
git diff --exit-code --stat && git diff --exit-code --stat --staged
|
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
|
.PHONY: install
|
||||||
install: vzdump-hook-script.pl
|
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