diff --git a/Makefile b/Makefile index 8337f75..072240f 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,9 @@ sbuild: $(DSC) sbuild $(DSC) .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) - tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye + tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist $(UPLOAD_DIST) .PHONY: clean distclean distclean: clean