Updated marconiclient with right permissions

The patch updates python-marconiclient.config and aligns it with other
client libraries. It also grants access for tags creation to Marconi's
PTL.

marconi-ptl is yet to be created.

Change-Id: I3c519b2f4e108c9eb676017ec899092343094bcb
This commit is contained in:
Flavio Percoco 2014-05-06 14:32:07 +02:00
parent 917dca388c
commit 0da598e36a

View File

@ -1,8 +1,14 @@
[access "refs/*"]
owner = group Administrators
[access "refs/heads/*"]
label-Code-Review = -2..+2 group marconi-core
label-Workflow = -1..+1 group marconi-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group marconi-milestone
label-Workflow = -1..+1 group marconi-milestone
[access "refs/tags/*"]
create = group marconi-ptl
pushSignedTag = group marconi-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true