5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-03 05:17:56 +03:00

Makefile: use "--product pmg,pve --dist stretch" for upload target

This commit is contained in:
Dietmar Maurer 2017-03-09 16:51:19 +01:00
parent f8d9a6f315
commit 30b9aebb0a

View File

@ -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