Remove direct tagging from manila repositories
Manila still had direct tagging ACLs for manila-test-image (which was never released) and manila-image-elements. After making sure that manila-image-elements could be supported by regular release requests through openstack/releases, let's clean that ACL up. Depends-On: https://review.openstack.org/578379 Change-Id: I044bd0cf7aeefcc2cdfc46e0439845e0ad7c9c5c
This commit is contained in:
parent
1d752622f1
commit
b9de18779e
@ -1,12 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group manila-core
|
||||
create = group manila-core
|
||||
label-Code-Review = -2..+2 group manila-core
|
||||
label-Workflow = -1..+1 group manila-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group manila-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -1,12 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group manila-core
|
||||
create = group manila-core
|
||||
label-Code-Review = -2..+2 group manila-core
|
||||
label-Workflow = -1..+1 group manila-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group manila-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user