Add oslo.sphinx git repository
Add a project for the sphinx theme and other tools for OpenStack project documentation. blueprint oslo.sphinx Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> Change-Id: I0bd91f7bb43f97b99051fed65b75fc05d5149cc8 Reviewed-on: https://review.openstack.org/34881 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
a4644d5cbf
commit
5db2808890
@ -47,6 +47,7 @@ openstack-dev:
|
||||
- openstack/oslo-incubator
|
||||
- openstack/oslo.config
|
||||
- openstack/oslo.messaging
|
||||
- openstack/oslo.sphinx
|
||||
- openstack/python-cinderclient
|
||||
- openstack/python-glanceclient
|
||||
- openstack/python-keystoneclient
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Approved = +0..+1 group oslo-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Approved = +0..+1 group oslo-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -490,6 +490,19 @@
|
||||
- pypi-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
- project:
|
||||
name: oslo.sphinx
|
||||
github-org: openstack
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo-incubator
|
||||
|
@ -600,6 +600,21 @@ projects:
|
||||
- oslo.messaging-pypi-upload
|
||||
- oslo.messaging-docs
|
||||
|
||||
- name: openstack/oslo.sphinx
|
||||
check:
|
||||
- gate-oslo.sphinx-requirements
|
||||
- gate-oslo.sphinx-pep8
|
||||
gate:
|
||||
- gate-oslo.sphinx-requirements
|
||||
- gate-oslo.sphinx-pep8
|
||||
post:
|
||||
- oslo.sphinx-branch-tarball
|
||||
pre-release:
|
||||
- oslo.sphinx-tarball
|
||||
release:
|
||||
- oslo.sphinx-tarball:
|
||||
- oslo.sphinx-pypi-upload
|
||||
|
||||
- name: openstack/quantum
|
||||
check:
|
||||
- gate-quantum-requirements
|
||||
|
@ -99,6 +99,8 @@
|
||||
- project: openstack/oslo.config
|
||||
- project: openstack/oslo.messaging
|
||||
upstream: git://github.com/markmc/oslo.messaging.git
|
||||
- project: openstack/oslo.sphinx
|
||||
description: "Theme and utilities for Sphinx documentation tool"
|
||||
- project: openstack/python-ceilometerclient
|
||||
upstream: git://github.com/asalkeld/python-ceilometerclient.git
|
||||
- project: openstack/python-cinderclient
|
||||
|
Loading…
Reference in New Issue
Block a user