From: Thomas Lamprecht Date: Sun, 16 May 2021 17:06:38 +0000 (+0200) Subject: buildsys: change upload dist to bullseye X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=366012edb574ad70e5970ceb7da32e0491866fe4 buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 1ee289d..746b81e 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ ${DEB}: .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 .PHONY: clean clean: