]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
buildsys: change upload/repo dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 09:40:39 +0000 (11:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 09:40:39 +0000 (11:40 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 611f5d6a2fa55cf072fbf1e4917a0156d95d0689..9aa0a4bde66ed88e5abab871a8875ec3e2918e1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,5 +47,5 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB} ${SIMDEB}
-       tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH}
+       tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH}