Merge "Add cookiecutter templates repo"
This commit is contained in:
commit
9f4dda331b
@ -4,6 +4,7 @@ openstack-infra:
|
|||||||
- change-merged
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
|
- openstack-dev/cookiecutter
|
||||||
- openstack-dev/hacking
|
- openstack-dev/hacking
|
||||||
- openstack-dev/pbr
|
- openstack-dev/pbr
|
||||||
- openstack-infra/askbot-theme
|
- openstack-infra/askbot-theme
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Approved = +0..+1 group cookiecutter-core
|
||||||
|
label-Code-Review = -2..+2 group cookiecutter-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group cookiecutter-core
|
||||||
|
pushTag = group cookiecutter-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1348,6 +1348,12 @@ projects:
|
|||||||
experimental:
|
experimental:
|
||||||
- gate-grenade-devstack-vm-stable
|
- gate-grenade-devstack-vm-stable
|
||||||
|
|
||||||
|
- name: openstack-dev/cookiecutter
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
- name: openstack-dev/hacking
|
- name: openstack-dev/hacking
|
||||||
check:
|
check:
|
||||||
- gate-hacking-pep8
|
- gate-hacking-pep8
|
||||||
|
@ -369,6 +369,9 @@
|
|||||||
- project: openstack-dev/heat-cfnclient
|
- project: openstack-dev/heat-cfnclient
|
||||||
description: CloudFormation compatibile Heat client
|
description: CloudFormation compatibile Heat client
|
||||||
upstream: git://github.com/steveb/heat-cfnclient.git
|
upstream: git://github.com/steveb/heat-cfnclient.git
|
||||||
|
- project: openstack-dev/cookiecutter
|
||||||
|
description: Cookiecutter Template for new OpenStack projects
|
||||||
|
upstream: git://github.com/emonty/cookiecutter-openstack.git
|
||||||
- project: stackforge/pycadf
|
- project: stackforge/pycadf
|
||||||
description: CADF Python module
|
description: CADF Python module
|
||||||
- project: stackforge/rally
|
- project: stackforge/rally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user