From: Thomas Lamprecht Date: Wed, 24 May 2023 17:26:14 +0000 (+0200) Subject: buildsys: derive upload dist automatically X-Git-Url: https://git.proxmox.com/?p=pve-ha-manager.git;a=commitdiff_plain;h=3de087a57bb2dbcf0ef08f9cd92929d98688b4d1 buildsys: derive upload dist automatically Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 08e7e36..02bb15f 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,6 @@ clean: distclean: clean .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) $(SIMDEB) - tar cf - $(DEB) $(DBG_DEB) $(SIMDEB)|ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_HOST_ARCH) - + tar cf - $(DEB) $(DBG_DEB) $(SIMDEB)|ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)