From 04bb277db453440dd8a55b688df5fc23fc536d76 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 30 Jul 2021 15:37:13 +0200 Subject: [PATCH 1/1] buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e035a4d..431db16 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster - + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye -- 2.39.2