From 65eb77f0bbc71efcaa03a76a407a63aaf3ea0022 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 4 Dec 2018 11:20:46 -0500 Subject: [PATCH] clean up obsolete URL data Now that we use the openstack-governance library we don't need the URLs that point to the governance data. Change-Id: I0cb8f4ebdd5b8b1d04ef390f8f27c1f3fc3a5dfc Signed-off-by: Doug Hellmann --- tools/www-generator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/www-generator.py b/tools/www-generator.py index d7ffbe09ea..f07f800710 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -405,9 +405,6 @@ def load_project_data(source_directory, return project_data -_GOVERNANCE_URL = 'http://git.openstack.org/cgit/openstack/governance/plain/reference/projects.yaml' # noqa -_GOVERNANCE_SIGS_URL = 'http://git.openstack.org/cgit/openstack/governance/plain/reference/sigs-repos.yaml' # noqa -_GOVERNANCE_FOUNDATION_URL = 'http://git.openstack.org/cgit/openstack/governance/plain/reference/foundation-board-repos.yaml' # noqa _IGNORED_REPOS = [ 'openstack/releases', 'openstack-infra/releasestatus',