Fix release permissions on oslo library projects

Give oslo-core permission to tag releases for
oslo.config and oslo.sphinx.

Change-Id: I4a5edb6c9a54ceda9b08c2707e1fe8da02caa85e
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Reviewed-on: https://review.openstack.org/35538
Reviewed-by: Mark McLoughlin <markmc@redhat.com>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Doug Hellmann 2013-07-03 16:24:01 -04:00 committed by Jenkins
parent 8bc65b3926
commit a716ec718d
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group oslo-milestone
label-Approved = +0..+1 group oslo-milestone
[access "refs/tags/*"]
create = group oslo-core
pushTag = group oslo-core
[project]
state = active
[receive]

View File

@ -4,6 +4,9 @@
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group oslo-milestone
label-Approved = +0..+1 group oslo-milestone
[access "refs/tags/*"]
create = group oslo-core
pushTag = group oslo-core
[project]
state = active
[receive]