Merge "Codesearch: Ignore dead repos"
diff --git a/jeepyb/cmd/create_hound_config.py b/jeepyb/cmd/create_hound_config.py
index 4bad05d..0911646 100644
--- a/jeepyb/cmd/create_hound_config.py
+++ b/jeepyb/cmd/create_hound_config.py
@@ -33,6 +33,10 @@
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