Add dib-utils to aclfixer.py exception list
diskimage-builder and dib-utils share the same ACL file, so both need to be on the exception list otherwise the diskimage-builder ACL will be touched by aclfixer.py. Change-Id: I85f16eea5312277ccb2c7cd7e32838dd2ae91d16
This commit is contained in:
parent
1b5a48f40b
commit
cf3f5b4006
@ -41,6 +41,7 @@ WILDCARD_REPO_EXCEPTIONS = [
|
||||
REPO_EXCEPTIONS = [
|
||||
'openstack-dev/bashate',
|
||||
'openstack-infra/tripleo-ci',
|
||||
'openstack/dib-utils',
|
||||
'openstack/diskimage-builder',
|
||||
'openstack/dragonflow',
|
||||
'openstack/ec2-api',
|
||||
|
Loading…
Reference in New Issue
Block a user