mirror of
https://git.proxmox.com/git/zfsonlinux
synced 2025-08-05 21:14:05 +00:00
buildsys: add pdm to upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
31103d9741
commit
0497e87650
2
Makefile
2
Makefile
@ -90,4 +90,4 @@ distclean: clean
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEBS)
|
||||
tar -cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)
|
||||
tar -cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user