Adds python-marconiclient project

Adds initital setup/configuration for python-marconiclient project

Change-Id: I74e258d483d560a2ab5b57fac6fa2e4305854c1b
NOTE: No releases to pypi are needed.
Reviewed-on: https://review.openstack.org/28258
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Flaper Fesp 2013-05-05 20:06:23 +02:00 committed by Jenkins
parent b5ebe43d78
commit 53d17ca231
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[access "refs/*"]
owner = group Administrators
[access "refs/heads/*"]
label-Code-Review = -2..+2 group marconi-core
label-Approved = +0..+1 group marconi-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -856,3 +856,12 @@
jobs:
- puppet-module-unit
- project:
name: python-marconiclient
github-org: stackforge
tarball-site: tarballs.openstack.org
node: quantal
jobs:
- python-jobs

View File

@ -1668,3 +1668,13 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/python-marconiclient
check:
- gate-python-marconiclient-pep8
- gate-python-marconiclient-python26
- gate-python-marconiclient-python27
gate:
- gate-python-marconiclient-pep8
- gate-python-marconiclient-python26
- gate-python-marconiclient-python27

View File

@ -189,3 +189,4 @@
- project: stackforge/openvz-nova-driver
description: OpenVz driver for Nova
upstream: git://github.com/imsplitbit/openvz-nova-driver.git
- project: stackforge/python-marconiclient