From: Dietmar Maurer Date: Wed, 8 Mar 2017 11:14:43 +0000 (+0100) Subject: Makefile: upload to --product pve,pmg X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=a8e49285a5ca61f30e2a1e809570b391a079ba41 Makefile: upload to --product pve,pmg We use the same library for new proxmox mail gateway (pmg). --- 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