Merge "Codesearch: Ignore dead repos"

This commit is contained in:
Jenkins 2017-03-23 18:48:16 +00:00 committed by Gerrit Code Review
commit b83cb8446b
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ def main():
projects = [entry['project'] for entry in registry.configs_list]
repos = {}
for project in projects:
# Ignore attic and stackforge, those are repos that are not
# active anymore.
if project.startswith(['openstack-attic', 'stackforge']):
continue
basename = os.path.basename(project)
# ignore deb- projects that are forks of other projects intended for
# internal debian packaging needs only and are generally not of