From 487c8a097e8e4e2fc149d24d311df1dd4d3d6ba5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 15 Nov 2017 08:59:25 +0100 Subject: [PATCH] also upload package to pmg repository --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b88734..d110595 100644 --- a/Makefile +++ b/Makefile @@ -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}