From 1d965923f43125b5ed3c3e45903fdeabd7cc8685 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 28 May 2023 15:56:28 +0200 Subject: [PATCH] buildsys: derive upload dist automatically Signed-off-by: Thomas Lamprecht --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e13868f3..4b0f967a 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,9 @@ sbuild: $(DSC) sbuild $(DSC) .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) - tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm + tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) .PHONY: distclean clean distclean: clean