From 13aaebfc6c266159140bf18a26cb8bbd6f99cff1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 9 Sep 2021 14:13:00 +0200 Subject: [PATCH] buildsys: switch upload dist back to buster for bpo branch Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6781ad0..71819b5 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ ${ZFSDIR}.prepared: ${ZFSONLINUX_SUBMODULE} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster --arch ${ARCH} .PHONY: distclean distclean: clean