Add Climate project on Stackforge

Change-Id: I106efad89655972ec0d840cdd01028ee4a8ed989
Signed-off-by: Julien Danjou <julien@danjou.info>
Reviewed-on: https://review.openstack.org/25023
Reviewed-by: Anita Kuno <akuno@lavabit.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Swann Croiset <swann.croiset@bull.net>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Julien Danjou 2013-03-21 17:54:28 +01:00 committed by Jenkins
parent c260d76408
commit 08de545511
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group climate-core
label-Approved = +0..+1 group climate-core
workInProgress = group climate-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1,3 +1,13 @@
- project:
name: climate
github-org: stackforge
node: quantal
jobs:
- gate-{name}-pep8
- gate-{name}-python26
- gate-{name}-python27
- project: - project:
name: kwapi name: kwapi
github-org: stackforge github-org: stackforge

View File

@ -1219,6 +1219,16 @@ projects:
post: post:
- diskimage-builder-coverage - diskimage-builder-coverage
- name: stackforge/climate
check:
- gate-climate-pep8:
- gate-climate-python26
- gate-climate-python27
gate:
- gate-climate-pep8
- gate-climate-python26
- gate-climate-python27
- name: stackforge/kwapi - name: stackforge/kwapi
check: check:
- gate-kwapi-pep8 - gate-kwapi-pep8

View File

@ -96,6 +96,9 @@
- project: stackforge/kwapi - project: stackforge/kwapi
description: Energy Efficiency Monitoring description: Energy Efficiency Monitoring
upstream: git://github.com/frossigneux/kwapi.git upstream: git://github.com/frossigneux/kwapi.git
- project: stackforge/climate
description: OpenStack Reservation Service
upstream: git://github.com/jd/climate.git
- project: openstack-infra/gearman-plugin - project: openstack-infra/gearman-plugin
description: The jenkins gearman plugin description: The jenkins gearman plugin
- project: stackforge/packstack - project: stackforge/packstack