Merge "Adds a docs-specs repository"
This commit is contained in:
commit
2323ceacf3
@ -74,6 +74,7 @@ openstack-doc:
|
||||
projects:
|
||||
- openstack/api-site
|
||||
- openstack/compute-api
|
||||
- openstack/docs-specs
|
||||
- openstack/identity-api
|
||||
- openstack/image-api
|
||||
- openstack/netconn-api
|
||||
|
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-doc-specs-core
|
||||
label-Code-Review = -2..+2 group openstack-doc-specs-core
|
||||
label-Workflow = -1..+1 group openstack-doc-specs-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2455,6 +2455,16 @@
|
||||
|
||||
- openstack-misc-guides-{lang}
|
||||
|
||||
- project:
|
||||
name: docs-specs
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-docs
|
||||
- gate-{name}-python27
|
||||
|
||||
- project:
|
||||
name: operations-guide
|
||||
github-org: openstack
|
||||
|
@ -255,6 +255,9 @@
|
||||
group: django-openstack-auth
|
||||
description: A Django authentication backend for use with the OpenStack Keystone Identity backend.
|
||||
upstream: git://github.com/gabrielhurley/django_openstack_auth.git
|
||||
- project: openstack/docs-specs
|
||||
group: openstack-manuals
|
||||
upstream: https://github.com/annegentle/docs-specs.git
|
||||
- project: openstack/gantt
|
||||
description: Common scheduler for OpenStack.
|
||||
upstream: git://github.com/n0ano/gantt.git
|
||||
|
@ -2366,6 +2366,14 @@ projects:
|
||||
- api-site-tox-buildlang-fr
|
||||
- api-site-tox-buildlang-ja
|
||||
|
||||
- name: openstack/docs-specs
|
||||
check:
|
||||
- gate-docs-specs-docs
|
||||
- gate-docs-specs-python27
|
||||
gate:
|
||||
- gate-docs-specs-docs
|
||||
- gate-docs-specs-python27
|
||||
|
||||
- name: openstack/openstack-manuals
|
||||
template:
|
||||
- name: openstack-doc-gate
|
||||
|
Loading…
Reference in New Issue
Block a user