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:
parent
b5149dda9b
commit
ee9e6a3322
@ -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
|
||||
|
4
tox.ini
4
tox.ini
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user