mirror of
git://git.proxmox.com/git/extjs.git
synced 2025-12-06 02:56:58 -05:00
Makefile: use "--product pve --dist jessie" for upload target
This commit is contained in:
parent
51824eee98
commit
5957260e88
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ install: ${EXTDATA}
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
|
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user