Merge "tox.ini: create and publish Windows batch files"

This commit is contained in:
Jenkins 2014-10-30 16:46:34 +00:00 committed by Gerrit Code Review
commit f83ae619e6

View File

@ -37,6 +37,8 @@ commands =
mkdir -p publish-docs/training-guides
openstack-doc-test --check-build {posargs}
bash -c "tar czf publish-docs/training-guides/labs-scripts.tgz labs"
bash -c "labs/osbash.sh -w cluster"
bash -c "zip -r publish-docs/training-guides/labs-scripts.zip labs"
[testenv:publishdocs]
# Prepare all documents (except www subdir) so that they can get
@ -49,6 +51,8 @@ commands =
# We only publish changed manuals.
openstack-doc-test --check-build --publish
bash -c "tar czf publish-docs/training-guides/labs-scripts.tgz labs"
bash -c "labs/osbash.sh -w cluster"
bash -c "zip -r publish-docs/training-guides/labs-scripts.zip labs"
[testenv:checklang]
# Generatedocbook needs xml2po which cannot be installed