From 1cae8691b6fc4bfe3a71b22e52505bc9dcc08165 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Jun 2021 10:28:34 +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 fed0640..b5b06b5 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,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