Add rubick project to stackforge

Project Rubick provides diagnostics of configuration of OpenStack platform

Change-Id: I4071da908bf76799e3e9a6b414d2884fe956f265
This commit is contained in:
Oleg Gelbukh 2013-10-23 10:21:57 +00:00 committed by Monty Taylor
parent c61b0fe5ed
commit 017e036050
4 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -1678,6 +1678,15 @@
jobs:
- python-jobs
- project:
name: rubick
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: swiftsync
github-org: stackforge

View File

@ -3656,6 +3656,17 @@ projects:
- python-manilaclient-branch-tarball
- 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
check:
- gate-solum-pep8

View File

@ -456,6 +456,9 @@
- project: stackforge/sphinxcontrib-docbookrestapi
description: Sphinx extension that generates documentation for api-site from RST files.
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
description: Database schema migration for SQLAlchemy
upstream: git://github.com/emonty/sqlalchemy-migrate.git