From 951f017934ad70e0b9f0e1e4d35e087d5b1015fd Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 8 Jun 2018 16:47:11 +0200 Subject: [PATCH] aclfixer.py: Remove exceptions for TripleO repos Once the depends-on mergesm we no longer need an exception for tripleo-ci and dib-utils repositories. Depends-On: https://review.openstack.org/573728 Change-Id: Ia9ec0027cd9a4e9671f86c4bed53496d61909793 --- tools/aclfixer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/aclfixer.py b/tools/aclfixer.py index ae2ac31bdd..150fa23cd4 100755 --- a/tools/aclfixer.py +++ b/tools/aclfixer.py @@ -39,8 +39,6 @@ WILDCARD_REPO_EXCEPTIONS = [ ] REPO_EXCEPTIONS = [ - 'openstack-infra/tripleo-ci', - 'openstack/dib-utils', 'openstack/heat-cfntools', 'openstack/manila-image-elements', 'openstack/manila-test-image',