Move hacking and pbr to their own teams.

The set of people who work on both of these are a hybrid between
oslo folks and infra folks. Enable them.

Change-Id: I191771907821b51252dfddd9718c133ad016e4cb
Reviewed-on: https://review.openstack.org/26326
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-04-07 17:52:02 -04:00 committed by Jenkins
parent 3da09762aa
commit bb964e64ef
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
[access "refs/heads/*"]
label-Approved = +0..+1 group openstack-ci-core
label-Code-Review = -2..+2 group openstack-ci-core
label-Approved = +0..+1 group hacking-core
label-Code-Review = -2..+2 group hacking-core
[access "refs/tags/*"]
create = group openstack-ci-core
pushTag = group openstack-ci-core
create = group hacking-core
pushTag = group hacking-core
[project]
state = active
[receive]

View File

@ -1,9 +1,9 @@
[access "refs/heads/*"]
label-Approved = +0..+1 group openstack-ci-core
label-Code-Review = -2..+2 group openstack-ci-core
label-Approved = +0..+1 group pbr-core
label-Code-Review = -2..+2 group pbr-core
[access "refs/tags/*"]
create = group openstack-ci-core
pushTag = group openstack-ci-core
create = group pbr-core
pushTag = group pbr-core
[project]
state = active
[receive]