Separate release mgmt permissions from review.

We don't want everyone in libra-core to be able to manage
branches and tags. This power has been moved to a new
libra-drivers LP group, similar to other projects.

Change-Id: I24557891bd0a61c57795e385f75aac43c54e448c
Reviewed-on: https://review.openstack.org/23816
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
David Shrewsbury 2013-03-07 09:25:12 -05:00 committed by Jenkins
parent 77b93edbbe
commit 8b891ed6a6

View File

@ -4,10 +4,10 @@
label-Code-Review = -2..+2 group libra-core
label-Approved = +0..+1 group libra-core
workInProgress = group libra-core
create = group libra-core
create = group libra-drivers
[access "refs/tags/*"]
create = group libra-core
pushTag = group libra-core
create = group libra-drivers
pushTag = group libra-drivers
[receive]
requireChangeId = true
requireContributorAgreement = true