Add openstack/oslo.rootwrap project

Rootwrap is being separated from the oslo-incubator. The filter-branched
proposed repository lives at https://github.com/ttx/oslo.rootwrap for
your reviewing pleasure. Initial version does not include docs (hence
the omission of the -docs jobs) and will reuse oslo-core review groups.

See https://blueprints.launchpad.net/oslo/+spec/standalone-rootwrap

Change-Id: Ieb3439d824f3aff1cbab48753b0630de30daf198
This commit is contained in:
Thierry Carrez 2013-11-22 11:56:56 +01:00
parent 000952cd89
commit 6c467aabd6
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[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
[access "refs/tags/*"]
create = group oslo-core
pushTag = group oslo-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -624,6 +624,16 @@
- openstack-publish-jobs - openstack-publish-jobs
- pypi-jobs - pypi-jobs
- project:
name: oslo.rootwrap
github-org: openstack
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project: - project:
name: oslo.sphinx name: oslo.sphinx
github-org: openstack github-org: openstack

View File

@ -973,6 +973,30 @@ projects:
- post-mirror-python33 - post-mirror-python33
- oslo.messaging-docs - oslo.messaging-docs
- name: openstack/oslo.rootwrap
check:
- gate-oslo.rootwrap-requirements
- gate-oslo.rootwrap-pep8
- gate-oslo.rootwrap-python26
- gate-oslo.rootwrap-python27
- gate-oslo.rootwrap-python33
gate:
- gate-oslo.rootwrap-requirements
- gate-oslo.rootwrap-pep8
- gate-oslo.rootwrap-python26
- gate-oslo.rootwrap-python27
- gate-oslo.rootwrap-python33
post:
- oslo.rootwrap-branch-tarball
pre-release:
- oslo.rootwrap-tarball
release:
- oslo.rootwrap-tarball:
- oslo.rootwrap-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- name: openstack/oslo.sphinx - name: openstack/oslo.sphinx
check: check:
- gate-oslo.sphinx-requirements - gate-oslo.sphinx-requirements

View File

@ -150,6 +150,8 @@
- project: openstack/oslo.config - project: openstack/oslo.config
- project: openstack/oslo.messaging - project: openstack/oslo.messaging
upstream: git://github.com/markmc/oslo.messaging.git upstream: git://github.com/markmc/oslo.messaging.git
- project: openstack/oslo.rootwrap
upstream: git://github.com/ttx/oslo.rootwrap.git
- project: openstack/oslo.sphinx - project: openstack/oslo.sphinx
description: Theme and utilities for Sphinx documentation tool description: Theme and utilities for Sphinx documentation tool
- project: openstack/oslo.version - project: openstack/oslo.version