mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 13:04:38 +00:00
build: upload for PVE and PBS
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
afac2a6ce9
commit
fff4e3c1fc
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user