Update tools/www-generator.py for repo renames

A couple of repos have been renamed, adopt our script to tread
them correctly.

Change-Id: I1854659bfd7eb2b9a4a3109a3262fe0fe00f3955
This commit is contained in:
Andreas Jaeger 2019-06-01 09:35:16 +02:00
parent 5a202a3937
commit 7350b16f56
1 changed files with 3 additions and 3 deletions

View File

@ -417,7 +417,7 @@ def load_project_data(source_directory,
_IGNORED_REPOS = [
'openstack/releases',
'openstack-infra/releasestatus',
'openstack/releasestatus',
'openstack/contributor-guide',
'openstack/operations-guide',
'openstack/ha-guide',
@ -428,8 +428,8 @@ _IGNORED_REPOS = [
# List of infra repos that publish to the normal location (/REPO/) and
# not to /infra/REPO.
_INFRA_REPOS_EXCEPTION = [
'openstack-infra/pynotedb',
'openstack-infra/subunit2sql',
'opendev/pynotedb',
'opendev/subunit2sql',
'openstack/diskimage-builder',
]