From db687e3cac350d75cb1d8b7681ba3957b6e92b9a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Jun 2021 11:18:10 +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 688a3d1..8be4721 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ update: .PHONY: upload upload: $(DEBS) - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist bullseye .PHONY: distclean clean distclean: clean