Adjust setup for icehouse

Set release path manually to Icehouse and also enable comments for
building.
Execute build step in verbose mode.

Change-Id: I05e3139bbfcd237ad431f2d47c7081e76b734288
This commit is contained in:
Andreas Jaeger 2014-05-10 13:18:21 +02:00
parent b5149dda9b
commit ee9e6a3322
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
[DEFAULT]
repo_name = openstack-manuals
comments_enabled = 1
release_path = icehouse
# These files are not in DocBook format:
file_exception = emc-vmax.xml
file_exception = emc-vnx.xml

View File

@ -30,7 +30,7 @@ commands =
commands = openstack-doc-test --check-deletions {posargs}
[testenv:checkbuild]
commands = openstack-doc-test --check-build {posargs}
commands = openstack-doc-test --check-build --verbose {posargs}
[testenv:publishdocs]
# Prepare all documents (except www subdir) so that they can get
@ -38,7 +38,7 @@ commands = openstack-doc-test --check-build {posargs}
# over.
commands =
# Commands for stable/icehouse only:
openstack-doc-test --check-build --publish --only-book install-guide --only-book config-reference
openstack-doc-test --check-build --publish --only-book install-guide --only-book config-reference --verbose
[testenv:buildlang-install]
# Run as "tox -e buildlang-install -- $LANG"