From: Dietmar Maurer Date: Thu, 9 Mar 2017 15:51:19 +0000 (+0100) Subject: Makefile: use "--product pmg,pve --dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?p=novnc-pve.git;a=commitdiff_plain;h=30b9aebb0a4508eb4b0185c660ac71f7574e930a Makefile: use "--product pmg,pve --dist stretch" for upload target --- diff --git a/Makefile b/Makefile index 9ddde44..83b6fd3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -RELEASE=4.2 - PACKAGE=novnc-pve PKGREL=8 @@ -41,7 +39,7 @@ download: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist stretch .PHONY: distclean distclean: clean