Follow renames of repos

Update blacklist, pbr and hacking are now in openstack organization
after the big OpenDev migration.

Change-Id: I094a589da1a2f56164ee32791d79db7bf6d0a768
This commit is contained in:
Andreas Jaeger 2019-04-22 17:37:38 +02:00
parent fb8f620fe3
commit b65b202ff2

View File

@ -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',
])