From 46b962f6b1b228a9ebcac8ee1fb42bd8460e7773 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 4 Oct 2021 10:21:12 +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 0bdea63..c8abf08 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ${DEB}: .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye .PHONY: clean distclean distclean: clean