move watcher tagging acls to the release team

As an official OpenStack project, Watcher releases need to be managed
through the releases repo by the release team.

Change-Id: I1a4e1cf690d6e337b53afc2a383f323aabfebcae
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-06-06 10:07:41 -04:00
parent f1c09697ea
commit b9bdc1efac
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ label-Code-Review = -2..+2 group watcher-dashboard-core
label-Workflow = -1..+1 group watcher-dashboard-core
[access "refs/tags/*"]
pushSignedTag = group watcher-dashboard-release
pushSignedTag = group library-release
[receive]
requireChangeId = true

View File

@ -4,9 +4,6 @@ create = group watcher-release
label-Code-Review = -2..+2 group watcher-core
label-Workflow = -1..+1 group watcher-core
[access "refs/tags/*"]
pushSignedTag = group watcher-release
[receive]
requireChangeId = true
requireContributorAgreement = true