From b65b202ff2d3571e221aceb71f881c65016fdd8e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Apr 2019 17:37:38 +0200 Subject: [PATCH] Follow renames of repos Update blacklist, pbr and hacking are now in openstack organization after the big OpenDev migration. Change-Id: I094a589da1a2f56164ee32791d79db7bf6d0a768 --- openstack_requirements/cmds/validate_projects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_requirements/cmds/validate_projects.py b/openstack_requirements/cmds/validate_projects.py index 55ba3ed8e8..db7de55987 100644 --- a/openstack_requirements/cmds/validate_projects.py +++ b/openstack_requirements/cmds/validate_projects.py @@ -23,8 +23,8 @@ _BLACKLIST = set([ # NOTE(dhellmann): It's not clear why these don't get updates, # except that trying to do so may break the test jobs using them # because of the nature of the projects. - 'openstack-dev/hacking', - 'openstack-dev/pbr', + 'openstack/hacking', + 'openstack/pbr', # We can't enforce the check rules against this repo. 'openstack/requirements', ])