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:
parent
e5c08054a9
commit
8ce0ec9a61
@ -7,6 +7,7 @@ openstack-infra:
|
|||||||
- openstack-dev/cookiecutter
|
- openstack-dev/cookiecutter
|
||||||
- openstack-dev/hacking
|
- openstack-dev/hacking
|
||||||
- openstack-dev/pbr
|
- openstack-dev/pbr
|
||||||
|
- openstack-dev/specs-cookiecutter
|
||||||
- openstack-infra/askbot-theme
|
- openstack-infra/askbot-theme
|
||||||
- openstack-infra/bugdaystats
|
- openstack-infra/bugdaystats
|
||||||
- openstack-infra/config
|
- openstack-infra/config
|
||||||
@ -613,6 +614,7 @@ openstack-merges:
|
|||||||
- openstack-dev/hacking
|
- openstack-dev/hacking
|
||||||
- openstack-dev/pbr
|
- openstack-dev/pbr
|
||||||
- openstack-dev/openstack-nose
|
- openstack-dev/openstack-nose
|
||||||
|
- openstack-dev/specs-cookiecutter
|
||||||
- openstack-infra/activity-board
|
- openstack-infra/activity-board
|
||||||
- openstack-infra/askbot-theme
|
- openstack-infra/askbot-theme
|
||||||
- openstack-infra/config
|
- openstack-infra/config
|
||||||
|
@ -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
|
@ -22,6 +22,9 @@
|
|||||||
upstream: git://github.com/emonty/oslo.packaging
|
upstream: git://github.com/emonty/oslo.packaging
|
||||||
description: Python Build Reasonableness
|
description: Python Build Reasonableness
|
||||||
- project: openstack-dev/sandbox
|
- 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
|
- project: openstack-infra/activity-board
|
||||||
description: Tech community metrics dash of the OpenStack community based on the Metrics Grimoire toolset
|
description: Tech community metrics dash of the OpenStack community based on the Metrics Grimoire toolset
|
||||||
upstream: git://github.com/Bitergia/openstack-dashboard.git
|
upstream: git://github.com/Bitergia/openstack-dashboard.git
|
||||||
|
@ -2494,6 +2494,12 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
|
- name: openstack-dev/specs-cookiecutter
|
||||||
|
check:
|
||||||
|
- noop
|
||||||
|
gate:
|
||||||
|
- noop
|
||||||
|
|
||||||
# Section: OpenStack infrastructure projects
|
# Section: OpenStack infrastructure projects
|
||||||
|
|
||||||
- name: openstack-infra/activity-board
|
- name: openstack-infra/activity-board
|
||||||
|
Loading…
x
Reference in New Issue
Block a user