mirror of
https://git.proxmox.com/git/pve-kernel
synced 2025-04-28 10:11:18 +00:00
buildsys: add PDM to upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
634897b772
commit
2e2ac3cd3d
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ $(ZFSDIR).prepared: $(ZFSONLINUX_SUBMODULE)
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEBS)
|
||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(ARCH)
|
||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) --arch $(ARCH)
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user