Merge "openstack-doc-test: Fix index.html"

This commit is contained in:
Jenkins 2015-05-08 08:58:41 +00:00 committed by Gerrit Code Review
commit e71193b6fe
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@ Release notes
* ``openstack-doc-test``: Do not build Debian Install Guide by
default, built it only if the parameter ``--enable-debian-install``
is passed.
is passed. Fix index.html file and remove
www files that came in by accident.
0.26
----

View File

@ -1243,7 +1243,8 @@ def generate_index_file():
for root, dirs, files in os.walk(publish_path):
dirs[:] = [d for d in dirs if d not in ['common', 'webapp', 'content']]
dirs[:] = [d for d in dirs if d not in ['common', 'webapp', 'content',
'www']]
# Ignore top-level index.html files
if root == publish_path: