From edaaea928ec5762d1b2e5889798046dee49797e0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 16 May 2021 17:51:14 +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 9801aec..0ca46dd 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ submodule: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH} .PHONY: clean distclean: clean