mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 10:03:25 +00:00
buildsys: upload schema package also to PDM repo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
245c99f2a8
commit
dc32375fd7
2
Makefile
2
Makefile
@ -52,4 +52,4 @@ clean:
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEBS)
|
||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist $(UPLOAD_DIST)
|
||||
tar cf - $(DEB_ACME_PLUGS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(UPLOAD_DIST)
|
||||
tar cf - $(DEB_ACME_PLUGS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs,pdm --dist $(UPLOAD_DIST)
|
||||
|
Loading…
Reference in New Issue
Block a user