Modify Stackforge Libra project permissions.

Add permissions to create new branches and tags and to WIP.

Change-Id: Id53d6649a17e99f8a77da5f51003d135ca3492a3
Reviewed-on: https://review.openstack.org/21693
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
David Shrewsbury 2013-02-11 16:47:26 -05:00 committed by Jenkins
parent f24587500e
commit db7efba46f

View File

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