From fa45b659b63f62ae7f33c1a2f45bec2dff5250d3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 12 Jan 2022 18:34:13 +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 d5bbe97..576fad6 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist buster + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist bullseye