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:
parent
5a202a3937
commit
7350b16f56
@ -417,7 +417,7 @@ def load_project_data(source_directory,
|
|||||||
|
|
||||||
_IGNORED_REPOS = [
|
_IGNORED_REPOS = [
|
||||||
'openstack/releases',
|
'openstack/releases',
|
||||||
'openstack-infra/releasestatus',
|
'openstack/releasestatus',
|
||||||
'openstack/contributor-guide',
|
'openstack/contributor-guide',
|
||||||
'openstack/operations-guide',
|
'openstack/operations-guide',
|
||||||
'openstack/ha-guide',
|
'openstack/ha-guide',
|
||||||
@ -428,8 +428,8 @@ _IGNORED_REPOS = [
|
|||||||
# List of infra repos that publish to the normal location (/REPO/) and
|
# List of infra repos that publish to the normal location (/REPO/) and
|
||||||
# not to /infra/REPO.
|
# not to /infra/REPO.
|
||||||
_INFRA_REPOS_EXCEPTION = [
|
_INFRA_REPOS_EXCEPTION = [
|
||||||
'openstack-infra/pynotedb',
|
'opendev/pynotedb',
|
||||||
'openstack-infra/subunit2sql',
|
'opendev/subunit2sql',
|
||||||
'openstack/diskimage-builder',
|
'openstack/diskimage-builder',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user