From 3f12c7fed7459993c9607d0d3a039a0015e88b2c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 28 Jun 2021 17:00:36 +0200 Subject: [PATCH] buildsys: upload to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b1bdb2..1cf05ef 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ dinstall: ${DEB} .PHONY: upload upload: ${DEB} ${DBG_DEB} - tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist buster --arch ${DEB_BUILD_ARCH} + tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${DEB_BUILD_ARCH} .PHONY: distclean distclean: clean