build: add pmg to upload target

This commit is contained in:
Fabian Grünbichler 2018-03-05 14:27:18 +01:00
parent e96d2ab3a1
commit f3acafc70e

View file

@ -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}