1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2025-12-06 11:07:00 -05:00

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

This commit is contained in:
Dietmar Maurer 2017-03-08 16:39:49 +01:00
parent 51824eee98
commit 3cc6e4247c

View File

@ -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,pmg --dist stretch
.PHONY: distclean .PHONY: distclean
distclean: clean distclean: clean