]> git.proxmox.com Git - proxmox-ve.git/blobdiff - Makefile
switch dependency over to proxmox-kernel-helper package
[proxmox-ve.git] / Makefile
index 056df42203bba77f8625f68e7937cfa69d7902c4..1ecdef36765eb7e8b6b0d106c801bfdd354c3230 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,9 @@ sbuild: $(DSC)
        sbuild $(DSC)
 
 .PHONY: upload
+upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
 upload: $(DEBS)
-       tar cf - $(DEBS)|ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH)
+       tar cf - $(DEBS)|ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
 
 .PHONY: distclean
 distclean: clean