]> git.proxmox.com Git - pve-manager.git/commitdiff
buildsys: change upload/config dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 May 2021 18:54:07 +0000 (20:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 May 2021 18:54:07 +0000 (20:54 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
configs/pve-sources.list

index e23327d9e7af749cf09d0b6aa9aa4c8c094b2010..2be2972fd0f3a146896613a12ae9197070e785ab 100644 (file)
--- a/Makefile
+++ b/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
index 2a4e596d15c6b1842f2b6e14a856171f5a0e4b6c..9a763cbcd0af1bbdd8d9d63ea12a44cae12396a1 100644 (file)
@@ -1 +1 @@
-deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
+deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise