From a8e49285a5ca61f30e2a1e809570b391a079ba41 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 12:14:43 +0100 Subject: [PATCH] Makefile: upload to --product pve,pmg We use the same library for new proxmox mail gateway (pmg). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbedf3d..9707068 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,5 @@ check: .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