]> git.proxmox.com Git - vma-to-pbs.git/commitdiff
build: upload for PVE and PBS
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Apr 2024 08:18:04 +0000 (10:18 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Apr 2024 08:18:04 +0000 (10:18 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index a86b5ba5d6be64cc9486452d9e97166470c0d9c8..6d966d769f9abdd56e81f123684858abf019830b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -125,4 +125,4 @@ clean:
 upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
 upload: $(OUTPUT_DIR)$(DEB) $(OUTPUT_DIR)$(DEB_DBGSYM)
        [ -z "$(OUTPUT_DIR)" ] || cd $(OUTPUT_DIR); \
-         tar cf - $(DEB) $(DEB_DBGSYM) | ssh -X repoman@repo.proxmox.com upload --product pve --dist $(UPLOAD_DIST)
+         tar cf - $(DEB) $(DEB_DBGSYM) | ssh -X repoman@repo.proxmox.com upload --product pve,pbs --dist $(UPLOAD_DIST)