]> git.proxmox.com Git - pve-guest-common.git/commitdiff
build: switch upload target to bullseye
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Jun 2021 09:39:15 +0000 (11:39 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Jun 2021 09:39:15 +0000 (11:39 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 488bbf7bb53e30f50ffa083c43589b3b0f93f37a..5e5c10324407c0cd9774197d7b2c982e8d0f376d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ${DSC}: ${BUILDDIR}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye
 
 distclean: clean