mirror of
https://git.proxmox.com/git/proxmox-archive-keyring
synced 2025-08-04 10:37:00 +00:00
buildsys: add missing products to upload target
and drop irrelevant arch Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ac337410f9
commit
16f1470268
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user