From f368e8c75c73cc1eafac5aa526d9c6f077b844dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Jun 2021 09:47:21 +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 4db6f8f..58bc411 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ${DSC}: ${BUILDDIR} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH} .PHONY: clean clean: -- 2.39.2