From b5787a56bef253b5b880ca9cfd936aed9b1273dc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 24 May 2021 11:39:09 +0200 Subject: [PATCH] buildsys: change upload/repo dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c98886d..c5a6158 100644 --- a/Makefile +++ b/Makefile @@ -48,4 +48,4 @@ clean: .PHONY: upload upload: $(DEBS) - tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} + tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH} -- 2.39.2