Merge "Use --publish for openstack-doc-test"

This commit is contained in:
Jenkins 2014-04-20 05:48:41 +00:00 committed by Gerrit Code Review
commit 6a43734def

View File

@ -37,9 +37,7 @@ commands = openstack-doc-test --check-build {posargs}
# published on docs.openstack.org with just copying publish-docs/* # published on docs.openstack.org with just copying publish-docs/*
# over. # over.
commands = commands =
openstack-doc-test --check-build --nocreate-index --force openstack-doc-test --check-build --publish --force
# Remove www directory, it's in the wrong location
rm -rf publish-docs/www
# Publish install-guide and config-reference to /icehouse # Publish install-guide and config-reference to /icehouse
# TODO(jaegerandi): Remove these lines before we branch off an # TODO(jaegerandi): Remove these lines before we branch off an
# icehouse branch. # icehouse branch.
@ -66,7 +64,7 @@ commands =
# cp doc/pom.xml generated/{posargs}/pom.xml # cp doc/pom.xml generated/{posargs}/pom.xml
# Thus replaced by the next one: # Thus replaced by the next one:
bash ./tools/copy_pom {posargs} bash ./tools/copy_pom {posargs}
openstack-doc-test --check-build -l {posargs} --only-book install-guide --nocreate-index openstack-doc-test --check-build --publish -l {posargs} --only-book install-guide
[testenv:buildlang-misc] [testenv:buildlang-misc]
# Run as "tox -e buildlang-misc -- $LANG" # Run as "tox -e buildlang-misc -- $LANG"
@ -86,4 +84,4 @@ commands =
# cp doc/pom.xml generated/{posargs}/pom.xml # cp doc/pom.xml generated/{posargs}/pom.xml
# Thus replaced by the next one: # Thus replaced by the next one:
bash ./tools/copy_pom {posargs} bash ./tools/copy_pom {posargs}
openstack-doc-test --check-build -l {posargs} --only-book security-guide --nocreate-index openstack-doc-test --check-build --publish -l {posargs} --only-book security-guide