]> git.proxmox.com Git - proxmox.git/commitdiff
buildsys: upload: switch product to devel and dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 11:34:27 +0000 (13:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 11:34:37 +0000 (13:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index e7f07251ed8b063949de32ccc633b27fd34ba2fc..9324a6474152dd5bc931fc02cdda583a3512a77d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,8 @@ dinstall: $(DEB)
        dpkg -i $(DEB)
 
 .PHONY: upload
-upload: $(DEB) $(DBG_DEB)
-       tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pbs,pmg,pve --dist buster --arch $(DEB_BUILD_ARCH)
+upload: $(DEB)
+       tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH)
 
 .PHONY: distclean
 distclean: clean