Remove direct tagging/branching for QA repos

The release process for official OpenStack components
now uses release requests using changes proposed to the
openstack/releases git repository. This allows peer review
of release requests, including version numbers, and run a
series of checks to make sure the release is likely to be
successful once the tag is pushed. The same process
supports the creation of additional repo branches as well.
This all ensures that releases are reported correctly on
the releases.openstack.org website.

As a result of this process, nobody needs to push tags
directly or create branches directly. There were a number
of old QA deliverables with stale ACLs, let's fix them.

Change-Id: I5a098095d87945517fb066a9aa125a481a96118a
This commit is contained in:
Thierry Carrez 2018-06-06 14:17:03 +02:00
parent 518c7645aa
commit 2357b1cc47
3 changed files with 0 additions and 11 deletions

View File

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

View File

@ -1,12 +1,8 @@
[access "refs/heads/*"]
abandon = group eslint-config-openstack-core
create = group eslint-config-openstack-release
label-Code-Review = -2..+2 group eslint-config-openstack-core
label-Workflow = -1..+1 group eslint-config-openstack-core
[access "refs/tags/*"]
pushSignedTag = group eslint-config-openstack-release
[receive]
requireChangeId = true
requireContributorAgreement = true

View File

@ -1,12 +1,8 @@
[access "refs/heads/*"]
abandon = group karma-subunit-reporter-core
create = group karma-subunit-reporter-release
label-Code-Review = -2..+2 group karma-subunit-reporter-core
label-Workflow = -1..+1 group karma-subunit-reporter-core
[access "refs/tags/*"]
pushSignedTag = group karma-subunit-reporter-release
[receive]
requireChangeId = true
requireContributorAgreement = true