Add config for stackforge/anvil.
Start adding the needed config to get y! anvil repo into stackforge, where it can then be reviewed using the standard review.openstack.org sauce instead of the github.com sauce. See bug 1143496 and bug 1035966 Change-Id: I9512b3f6f421d5dc9a11e7f5de5fbb411bf077b1 Reviewed-on: https://review.openstack.org/23968 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Joshua Harlow <harlowja@yahoo-inc.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
1d60f3c4c3
commit
7d5e1b5b7a
@ -0,0 +1,14 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group anvil-core
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group anvil-core
|
||||
label-Approved = +0..+1 group anvil-core
|
||||
workInProgress = group anvil-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1211,3 +1211,9 @@ projects:
|
||||
- gate-packstack-pep8
|
||||
- gate-packstack-python26
|
||||
- gate-packstack-python27
|
||||
|
||||
- name: stackforge/anvil
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
@ -104,3 +104,6 @@
|
||||
upstream: git://github.com/fedora-openstack/packstack.git
|
||||
- project: stackforge/database-api
|
||||
description: Doc repo for reddwarf project
|
||||
- project: stackforge/anvil
|
||||
description: "A set of python scripts and utilities to forge raw openstack into a productive tool!"
|
||||
upstream: git://github.com/yahoo/Openstack-Anvil.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user