Add python-solumclient to stackforge
See https://blueprints.launchpad.net/solum/+spec/command-line Change-Id: I355b31c399d9db317badd9764bdcd6bf692f4193
This commit is contained in:
parent
8fd9c0a4cc
commit
8bb05fc86b
@ -396,5 +396,6 @@ solum:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/solum
|
||||
- stackforge/python-solumclient
|
||||
branches:
|
||||
- master
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group solum-core
|
||||
label-Approved = +0..+1 group solum-core
|
||||
[access "refs/tags/*"]
|
||||
create = group solum-ptl
|
||||
pushTag = group solum-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1721,3 +1721,12 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-solumclient
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -3632,3 +3632,21 @@ projects:
|
||||
- gate-turbo-hipster-python27
|
||||
post:
|
||||
- turbo-hipster-coverage
|
||||
|
||||
- name: stackforge/python-solumclient
|
||||
check:
|
||||
- gate-python-solumclient-pep8
|
||||
- gate-python-solumclient-python26
|
||||
- gate-python-solumclient-python27
|
||||
- gate-python-solumclient-python33
|
||||
- gate-python-solumclient-pypy
|
||||
- gate-python-solumclient-docs
|
||||
gate:
|
||||
- gate-python-solumclient-pep8
|
||||
- gate-python-solumclient-python26
|
||||
- gate-python-solumclient-python27
|
||||
- gate-python-solumclient-python33
|
||||
- gate-python-solumclient-pypy
|
||||
- gate-python-solumclient-docs
|
||||
post:
|
||||
- python-solumclient-coverage
|
||||
|
@ -484,3 +484,6 @@
|
||||
- project: stackforge/wsme
|
||||
description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
|
||||
upstream: git://github.com/ryanpetrello/wsme.git
|
||||
- project: stackforge/python-solumclient
|
||||
description: 'Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum'
|
||||
upstream: https://github.com/noorul/python-solumclient.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user