Temporary exclude all deb-* projects

Change-Id: I0694ea709bf4d77a7cb9946bdeaff56b0d1e74ea
This commit is contained in:
Ilya Shakhat
2016-09-21 17:22:30 +03:00
parent be5bd09282
commit 7606baafc8

View File

@@ -76,6 +76,10 @@ def read_big_tent_projects_yaml(module_groups, release_name, content):
mn = repo_split[1] # module_name
# todo (ishakhat): temporary ban all deb-* projects
if mn.startswith('deb-'):
continue
module_groups[group_id]['modules'].add(mn)
all_official['releases'][release_name].add(mn)