From: Dietmar Maurer Date: Wed, 8 Mar 2017 08:56:23 +0000 (+0100) Subject: Makefile: use "--product pve --dist jessie" for upload X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=8d8869aeff4c638ac1181784a7dfde851212e476 Makefile: use "--product pve --dist jessie" for upload --- diff --git a/Makefile b/Makefile index 4097cd3..ac5ce8c 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,5 @@ check: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload + tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie