From: Thomas Lamprecht Date: Mon, 24 May 2021 09:28:04 +0000 (+0200) Subject: buildsys: change upload/repo dist to bullseye X-Git-Url: https://git.proxmox.com/?p=ksm-control-daemon.git;a=commitdiff_plain;h=61be4d29e024130f62225f9e89850ce8f932c304 buildsys: change upload/repo dist to bullseye Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index f8dd751..5c7320d 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ksm-control-scripts.org/ksm.init: ksm-control-scripts.org.tar.gz .PHONY: upload upload: ${KSM_DEB} - tar cf - ${KSM_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster + tar cf - ${KSM_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye .PHONY: distclean distclean: clean