From e41fb93e17bebdc2263506c9918110d700d3183c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Jun 2021 09:47:35 +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 95299fce..78528af8 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ test: .PHONY: upload upload: ${DEB} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist buster + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist bullseye .PHONY: clean clean: -- 2.39.5