From 9abe2a0590a3e939505b7c2acf7748de8d9e3f7b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 26 Nov 2021 12:58:26 +0100 Subject: [PATCH] buildsys: upload to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8aaf780..882d1a3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ DEBS=${DEB} ${CT_DEB} ${HEADER_DEB} BUILD_DIR=build ARCH=amd64 -DIST=buster all: ${DEB} @@ -29,7 +28,7 @@ ${DEB}: debian .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist ${DIST} --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${ARCH} clean: rm -rf ${BUILD_DIR} *.deb *.buildinfo *.changes