From c5582ba30e3fec9f27cc1e18cedcbb6380c67689 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 14 Feb 2022 08:07:46 +0100 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 a162c11..3256fa0 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ install: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye -- 2.39.2