From f3acafc70e4fea1b20d34fcacaffe7c8176fd49d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 5 Mar 2018 14:27:18 +0100 Subject: [PATCH] build: add pmg to upload target --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 71a372b..776ce35 100644 --- a/Makefile +++ b/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} - - - - -- 2.39.2