From e0e6637a0044813f79929a1b1947883ccfc8ef29 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 9 May 2021 17:33:31 +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 aebb5af..44a74e9 100644 --- a/Makefile +++ b/Makefile @@ -50,4 +50,4 @@ install: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye