]> git.proxmox.com Git - novnc-pve.git/commitdiff
Makefile: use "--product pmg,pve --dist stretch" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Mar 2017 15:51:19 +0000 (16:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Mar 2017 15:51:19 +0000 (16:51 +0100)
Makefile

index 9ddde443ca5c578fb28ae663c859308639d571cc..83b6fd3a83c171fe29e51774bbb134132a0a6c6c 100644 (file)
--- 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