From: Thomas Lamprecht Date: Fri, 30 Jul 2021 13:37:13 +0000 (+0200) Subject: buildsys: change upload dist to bullseye X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=04bb277db453440dd8a55b688df5fc23fc536d76;hp=c0a4b3d127edaa4b20b9b54d730bca52b73366fd;p=pve-storage.git buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index e035a4d..431db16 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,4 @@ distclean: clean .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