From: Fiona Ebner Date: Fri, 19 May 2023 07:24:46 +0000 (+0200) Subject: buildsys: derive upload dist automatically X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=0024b65fbf421855b89b0d5aeace773c22e82910 buildsys: derive upload dist automatically Signed-off-by: Fiona Ebner Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 78528af..4d32e51 100644 --- a/Makefile +++ b/Makefile @@ -104,8 +104,9 @@ test: $(MAKE) -C test .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: ${DEB} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist bullseye + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist $(UPLOAD_DIST) .PHONY: clean clean: