system-config/modules/openstack_project/files/gerrit/acls/openstack/openstack-doc-tools.config
Andreas Jaeger 0a658f71a0 Further setup of openstack-doc-tools
Incorparting suggestions by Fungi from
http://lists.openstack.org/pipermail/openstack-infra/2013-December/000539.html:
* Add pypi-upload and tarball jobs
* Add acls for triggering the upload of a package

This patch needs a new acl openstack-doc-ptl to be created as
discussed on IRC.

Also, adds pep8 job

Change-Id: I3681caea7aad5e1fe794321744c01d6781c011a1
2013-12-27 16:46:38 +00:00

23 lines
884 B
Plaintext

[access "refs/heads/*"]
label-Code-Review = -2..+2 group openstack-doc-core
label-Approved = +0..+1 group openstack-doc-core
workInProgress = group openstack-doc-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group openstack-doc-core
label-Approved = +0..+1 group openstack-doc-core
[access "refs/tags/*"]
create = group openstack-doc-ptl
pushTag = group openstack-doc-ptl
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Code-Review label-Approved
label-Code-Review = -2..+2 group openstack-doc-core
label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group openstack-doc-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true