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:
parent
f8d9a6f315
commit
30b9aebb0a
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user