Merge "Add openstack-infra to the list of namespaces to check."

This commit is contained in:
Jenkins
2015-01-05 15:59:08 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ function check_team_acl {
}
# Add more namespaces here, if necessary
for namespace in stackforge openstack openstack-dev; do
for namespace in openstack openstack-dev openstack-infra stackforge; do
check_team_acl "${CONFIGS_LIST_BASE}${namespace}"
done

View File

@@ -113,6 +113,7 @@ if '6' in transformations:
if '7' in transformations:
special_projects = (
'ossa',
'reviewday',
)
special_teams = (
'admins',
@@ -121,6 +122,7 @@ if '7' in transformations:
'maint',
'Managers',
'milestone',
'packagers',
'Users',
)
for section in acl.keys():