[pve-devel] [PATCH zfsonlinux 1/2] build: switch upload target to bullseye

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Jul 21 10:12:45 CEST 2021


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5c42aed..ad2a695 100644
--- a/Makefile
+++ b/Makefile
@@ -79,4 +79,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEBS}
-	tar -cf - ${DEBS} | ssh repoman at repo.proxmox.com -- upload --product pve,pmg --dist buster --arch amd64
+	tar -cf - ${DEBS} | ssh repoman at repo.proxmox.com -- upload --product pve,pmg --dist bullseye --arch amd64
-- 
2.30.2






More information about the pve-devel mailing list