Add cookiecutter templates repo
Cookiecutter is a project that creates skeleton projects from a set of templates. Since there are at least a few different files to set up for an openstack-compliant project, let's maintain a set of templates. After this has landed, we should add support to manage_projects to use cookiecutter to create the initial empty repo. Change-Id: Iad67d289df1d37c1e8172e18b4903ca8ab278fa5
This commit is contained in:
parent
aedbe5adb7
commit
97ce5f0f5d
@ -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
|
@ -1289,6 +1289,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
|
||||||
|
@ -366,6 +366,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/tuskar
|
- project: stackforge/tuskar
|
||||||
|
Loading…
Reference in New Issue
Block a user