Add groups to gerrit
Add groups community portal to master project list, setup ACL and minimal gating. Change-Id: Ia513509083d05b97e6e2db088e3d9c4d24e22776
This commit is contained in:
parent
5bb7c62058
commit
063c33cdab
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
create = group groups-core
|
||||||
|
pushTag = group groups-core
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Approved = +0..+1 group groups-core
|
||||||
|
label-Code-Review = -2..+2 group groups-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2780,3 +2780,9 @@ projects:
|
|||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
- name: openstack-infra/groups
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
@ -374,3 +374,6 @@
|
|||||||
- project: stackforge/pecan
|
- project: stackforge/pecan
|
||||||
description: "A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies."
|
description: "A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies."
|
||||||
upstream: git://github.com/dreamhost/pecan.git
|
upstream: git://github.com/dreamhost/pecan.git
|
||||||
|
- project: openstack-infra/groups
|
||||||
|
description: "Openstack Groups community portal"
|
||||||
|
upstream: git://github.com/mkissam/groups.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user