also upload package to pmg repository

This commit is contained in:
Dietmar Maurer 2017-11-15 08:59:25 +01:00
parent 846f9d72a5
commit 487c8a097e

View File

@ -19,7 +19,7 @@ ${DEB}: ${OPKGNAME}.tar.gz
.phony: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
.PHONY: dinstall
dinstall: ${DEB}