]> git.proxmox.com Git - pve-network.git/blobdiff - Makefile
dhcp : remove del_ip_mapping
[pve-network.git] / Makefile
index d381be7eb937f1a370e1c7aef797b75857633ae7..2e506ad0556115d38b3841ba8d9b2826430654b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,5 +41,6 @@ clean:
        rm -rf *~ *.deb *.changes $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar* *.build *.buildinfo *.dsc
 
 .PHONY: upload
+upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
 upload: $(DEB)
-       tar cf - $(DEB)|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
+       tar cf - $(DEB)|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)