From 0ae801cae2273f6aa4263200d535d70a7e71ac56 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Jul 2022 17:11:42 +0200 Subject: [PATCH] buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebeeb6b..ce81372 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ update_modules: submodule .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 .PHONY: distclean clean distclean: clean -- 2.39.2