Add rubick project to stackforge
Project Rubick provides diagnostics of configuration of OpenStack platform Change-Id: I4071da908bf76799e3e9a6b414d2884fe956f265
This commit is contained in:
parent
c61b0fe5ed
commit
017e036050
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group rubick-core
|
||||||
|
label-Approved = +0..+1 group rubick-core
|
||||||
|
workInProgress = group rubick-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group rubick-ptl
|
||||||
|
pushTag = group rubick-ptl
|
||||||
|
[receive]
|
||||||
|
requrieChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1678,6 +1678,15 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: rubick
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: swiftsync
|
name: swiftsync
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -3656,6 +3656,17 @@ projects:
|
|||||||
- python-manilaclient-branch-tarball
|
- python-manilaclient-branch-tarball
|
||||||
- python-manilaclient-coverage
|
- python-manilaclient-coverage
|
||||||
|
|
||||||
|
- name: stackforge/rubick
|
||||||
|
check:
|
||||||
|
- gate-rubick-pep8
|
||||||
|
- gate-rubick-python27
|
||||||
|
- gate-rubick-python33
|
||||||
|
gate:
|
||||||
|
- gate-rubick-pep8
|
||||||
|
- gate-rubick-python27
|
||||||
|
post:
|
||||||
|
- rubick-coverage
|
||||||
|
|
||||||
- name: stackforge/solum
|
- name: stackforge/solum
|
||||||
check:
|
check:
|
||||||
- gate-solum-pep8
|
- gate-solum-pep8
|
||||||
|
@ -456,6 +456,9 @@
|
|||||||
- project: stackforge/sphinxcontrib-docbookrestapi
|
- project: stackforge/sphinxcontrib-docbookrestapi
|
||||||
description: Sphinx extension that generates documentation for api-site from RST files.
|
description: Sphinx extension that generates documentation for api-site from RST files.
|
||||||
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git
|
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git
|
||||||
|
- project: stackforge/rubick
|
||||||
|
description: Rule-based diagnostics of configuration of OpenStack platform
|
||||||
|
upstream: git://github.com/MirantisLabs/rubick
|
||||||
- project: stackforge/sqlalchemy-migrate
|
- project: stackforge/sqlalchemy-migrate
|
||||||
description: Database schema migration for SQLAlchemy
|
description: Database schema migration for SQLAlchemy
|
||||||
upstream: git://github.com/emonty/sqlalchemy-migrate.git
|
upstream: git://github.com/emonty/sqlalchemy-migrate.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user