build: add pmg to upload target
This commit is contained in:
parent
e96d2ab3a1
commit
f3acafc70e
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -146,7 +146,7 @@ $(ZFSDIR).prepared: ${ZFSSRC}
|
|||
|
||||
.PHONY: upload
|
||||
upload: ${DEBS}
|
||||
tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
|
||||
tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH}
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
@ -170,7 +170,3 @@ submodule:
|
|||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf *~ build *.prepared ${KERNEL_CFG_ORG}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue