Add stackforge/python-cloudfoundryclient

Change-Id: I9eed9f19f12029810d7ce135a9dcd12b99d1784c
This commit is contained in:
Aaron Rosen
2015-01-21 23:38:57 -08:00
parent 25c1f0477e
commit 7566a2c9ce
5 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group cloudfoundryclient-core
label-Code-Review = -2..+2 group cloudfoundryclient-core
label-Verified = -1..+1 group congress-ci
label-Workflow = -1..+1 group cloudfoundryclient-core
[access "refs/tags/*"]
pushSignedTag = group cloudfoundryclient-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@@ -1695,6 +1695,8 @@
- project: stackforge/python-blazarclient
description: Client for OpenStack Blazar
acl-config: /home/gerrit2/acls/stackforge/blazar.config
- project: stackforge/python-cloudfoundryclient
description: Python bindings for cloudfoundry
- project: stackforge/python-cloudkittyclient
description: Python client library for CloudKitty API
acl-config: /home/gerrit2/acls/stackforge/cloudkitty.config

View File

@@ -1090,6 +1090,7 @@ congress:
- stackforge/congress
- stackforge/python-congressclient
- stackforge/congress-specs
- stackforge/python-cloudfoundryclient
branches:
- master

View File

@@ -4075,6 +4075,15 @@
jobs:
- python-jobs
- project:
name: python-cloudfoundryclient
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: python-cloudkittyclient
node: 'bare-precise || bare-trusty'

View File

@@ -5486,6 +5486,20 @@ projects:
release:
- python-blazarclient-tarball
- name: stackforge/python-cloudfoundryclient
template:
- name: merge-check
- name: check-requirements
- name: publish-to-pypi
check:
- gate-python-cloudfoundryclient-pep8
- gate-python-cloudfoundryclient-python27
- gate-python-cloudfoundryclient-python34
gate:
- gate-python-cloudfoundryclient-pep8
- gate-python-cloudfoundryclient-python27
- gate-python-cloudfoundryclient-python34
- name: stackforge/python-cloudkittyclient
template:
- name: merge-check