Merge "Add openstack/oslo.rootwrap project"
This commit is contained in:
commit
ceffa7322c
@ -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
|
@ -619,6 +619,16 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: oslo.rootwrap
|
||||
github-org: openstack
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: oslo.sphinx
|
||||
github-org: openstack
|
||||
|
@ -976,6 +976,30 @@ projects:
|
||||
- post-mirror-python33
|
||||
- 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
|
||||
check:
|
||||
- gate-oslo.sphinx-requirements
|
||||
|
@ -153,6 +153,8 @@
|
||||
- project: openstack/oslo.config
|
||||
- project: openstack/oslo.messaging
|
||||
upstream: git://github.com/markmc/oslo.messaging.git
|
||||
- project: openstack/oslo.rootwrap
|
||||
upstream: git://github.com/ttx/oslo.rootwrap.git
|
||||
- project: openstack/oslo.sphinx
|
||||
description: Theme and utilities for Sphinx documentation tool
|
||||
- project: openstack/oslo.version
|
||||
|
Loading…
x
Reference in New Issue
Block a user