1
0
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:
Dietmar Maurer 2017-03-10 09:19:14 +01:00
parent 51824eee98
commit 5957260e88

View File

@ -43,7 +43,7 @@ install: ${EXTDATA}
.PHONY: upload
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
distclean: clean