From 320a564de9be2fe5ba2bd39278c079c60efe2b78 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 16 May 2021 18:53:53 +0200 Subject: [PATCH] buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11f0a18..4fdd0f2 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dinstall: ${DEB} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH} .PHONY: distclean clean distclean: clean