5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-23 06:50:05 +03:00

Makefile: use "--product pve --dist jessie" for upload target

This commit is contained in:
Dietmar Maurer 2017-03-11 07:48:03 +01:00
parent ced79689c8
commit 85cd42536c

View File

@ -216,7 +216,7 @@ $(MEDIAWIKI_DEB): pve-docs-mediawiki-import
.PHONY: upload
upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
.PHONY: update
update: clean