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:
parent
b5ebe43d78
commit
53d17ca231
@ -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
|
@ -856,3 +856,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-module-unit
|
- puppet-module-unit
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-marconiclient
|
||||||
|
github-org: stackforge
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
node: quantal
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -1668,3 +1668,13 @@ projects:
|
|||||||
- gate-noop
|
- gate-noop
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- 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
|
||||||
|
@ -189,3 +189,4 @@
|
|||||||
- project: stackforge/openvz-nova-driver
|
- project: stackforge/openvz-nova-driver
|
||||||
description: OpenVz driver for Nova
|
description: OpenVz driver for Nova
|
||||||
upstream: git://github.com/imsplitbit/openvz-nova-driver.git
|
upstream: git://github.com/imsplitbit/openvz-nova-driver.git
|
||||||
|
- project: stackforge/python-marconiclient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user