]> git.proxmox.com Git - proxmox-archive-keyring.git/commitdiff
buildsys: add missing products to upload target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 27 Nov 2022 14:11:53 +0000 (15:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 27 Nov 2022 14:11:55 +0000 (15:11 +0100)
and drop irrelevant arch

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 7c2093ead42021dc6d2351537795b418290ee627..cf3810f64855f964e20422aeb330bcd0817abcda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${DEB}: debian
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH}
+       tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pbs-client,infra --dist bullseye
 
 .PHONY: distclean
 distclean: clean