Creating/adding the openstack/governance repository

Giving gerrit and zuul the information necessary for the administration
of a new repository, openstack/governance.

Change-Id: I9a871cc3cd2d0f4b1d0172419aa4eeafce7582d7
This commit is contained in:
Anita Kuno 2013-08-20 17:25:58 -04:00
parent 39ceea6f9f
commit b19e1f2571
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tech-committee
label-Approved = +0..+1 group tech-committee-chair
workInProgress = group tech-committee
[access "refs/tags/*"]
create = group tech-committee-chair
pushTag = group tech-committee-chair
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2854,3 +2854,9 @@ projects:
- wsme-tarball:
- wsme-pypi-upload:
- post-mirror-python27
- name: openstack/governance
check:
- gate-noop
gate:
- gate-noop

View File

@ -380,3 +380,5 @@
- project: stackforge/wsme
description: "Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects."
upstream: git://github.com/ryanpetrello/wsme.git
- project: openstack/governance
description: "Openstack Technical Committee Decisions"