[pmg-devel] [PATCH proxmox-network-pinning] buildsys: add pmg to upload-targets
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Sep 18 20:54:52 CEST 2025
we plan to add network-pinning to the upcoming PMG 9.0 release for
feature-parity.
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
sending to pmg-devel lists only because it is currently the affected product.
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7477cd4..36b8170 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ sbuild: $(DSC)
.PHONY: upload
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
upload: $(DEB) $(DBG_DEB)
- tar cf - $(DEB) $(DBG_DEB) |ssh -X repoman at repo.proxmox.com -- upload --product pbs --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)
+ tar cf - $(DEB) $(DBG_DEB) |ssh -X repoman at repo.proxmox.com -- upload --product pbs,pmg --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)
.PHONY: clean distclean
distclean: clean
--
2.39.5
More information about the pmg-devel
mailing list