upload to all products

and skip lib package upload

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-07-21 15:07:05 +02:00
parent 8cddc92d00
commit 5a59201c20

View File

@ -57,7 +57,7 @@ dinstall: $(DEB)
.PHONY: upload
upload: $(DEB)
tar cf - $(DEB) $(DBG_DEB) $(LIB_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH)
tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch $(DEB_BUILD_ARCH)
.PHONY: distclean
distclean: clean