Temporary exclude all deb-* projects
Change-Id: I0694ea709bf4d77a7cb9946bdeaff56b0d1e74ea
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user