]> git.proxmox.com Git - proxmox-archive-keyring.git/commitdiff
build: change upload target to bullseye
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 8 Jul 2021 07:32:17 +0000 (09:32 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 8 Jul 2021 07:32:17 +0000 (09:32 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index ddb0ef49f0eec6d29622bdaa4d777570a10465c5..7c2093ead42021dc6d2351537795b418290ee627 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${DEB}: debian
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster --arch ${ARCH}
+       tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH}
 
 .PHONY: distclean
 distclean: clean