Add specs-cookiecutter to openstack-dev

This commit adds a new openstack-dev repo for a cookiecutter template
to create new specs repos.

Change-Id: Ic0d86eef7ec4a2f2076c4adbdbf4fa79d1661790
This commit is contained in:
Matthew Treinish 2014-03-26 15:40:29 -04:00
parent e5c08054a9
commit 8ce0ec9a61
4 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,7 @@ openstack-infra:
- openstack-dev/cookiecutter
- openstack-dev/hacking
- openstack-dev/pbr
- openstack-dev/specs-cookiecutter
- openstack-infra/askbot-theme
- openstack-infra/bugdaystats
- openstack-infra/config
@ -613,6 +614,7 @@ openstack-merges:
- openstack-dev/hacking
- openstack-dev/pbr
- openstack-dev/openstack-nose
- openstack-dev/specs-cookiecutter
- openstack-infra/activity-board
- openstack-infra/askbot-theme
- openstack-infra/config

View File

@ -0,0 +1,13 @@
[access "refs/heads/*"]
label-Approved = +0..+1 group cookiecutter-core
label-Code-Review = -2..+2 group cookiecutter-core
workInProgress = group cookiecutter-core
[access "refs/tags/*"]
create = group cookiecutter-core
pushTag = group cookiecutter-core
[project]
state = active
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -22,6 +22,9 @@
upstream: git://github.com/emonty/oslo.packaging
description: Python Build Reasonableness
- project: openstack-dev/sandbox
- project: openstack-dev/specs-cookiecutter
upstream: git://github.com/mtreinish/specs-cookiecutter
description: Cookiecutter templates for new specs repos
- project: openstack-infra/activity-board
description: Tech community metrics dash of the OpenStack community based on the Metrics Grimoire toolset
upstream: git://github.com/Bitergia/openstack-dashboard.git

View File

@ -2494,6 +2494,12 @@ projects:
gate:
- noop
- name: openstack-dev/specs-cookiecutter
check:
- noop
gate:
- noop
# Section: OpenStack infrastructure projects
- name: openstack-infra/activity-board