build: add pmg to upload target
This commit is contained in:
parent
e96d2ab3a1
commit
f3acafc70e
6
Makefile
6
Makefile
@ -146,7 +146,7 @@ $(ZFSDIR).prepared: ${ZFSSRC}
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEBS}
|
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
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@ -170,7 +170,3 @@ submodule:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *~ build *.prepared ${KERNEL_CFG_ORG}
|
rm -rf *~ build *.prepared ${KERNEL_CFG_ORG}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user