Merge "Initial configuration for python-barbicanclient"
This commit is contained in:
commit
0310ab439a
@ -327,6 +327,7 @@ openstack-barbican:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/barbican
|
- stackforge/barbican
|
||||||
|
- stackforge/python-barbicanclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group barbican-core
|
||||||
|
label-Approved = +0..+1 group barbican-core
|
||||||
|
workInProgress = group barbican-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group barbican-core
|
||||||
|
pushTag = group barbican-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
||||||
|
|
@ -1521,6 +1521,15 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-barbicanclient
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: taskflow
|
name: taskflow
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -3279,6 +3279,18 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/python-barbicanclient
|
||||||
|
check:
|
||||||
|
- gate-python-barbicanclient-pep8
|
||||||
|
- gate-python-barbicanclient-python26
|
||||||
|
- gate-python-barbicanclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-barbicanclient-pep8
|
||||||
|
- gate-python-barbicanclient-python26
|
||||||
|
- gate-python-barbicanclient-python27
|
||||||
|
post:
|
||||||
|
- python-barbicanclient-branch-tarball
|
||||||
|
|
||||||
- name: stackforge/python-climateclient
|
- name: stackforge/python-climateclient
|
||||||
check:
|
check:
|
||||||
- gate-python-climateclient-requirements
|
- gate-python-climateclient-requirements
|
||||||
|
@ -495,6 +495,9 @@
|
|||||||
- project: stackforge/pyghmi
|
- project: stackforge/pyghmi
|
||||||
description: A Pure python IPMI library
|
description: A Pure python IPMI library
|
||||||
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
||||||
|
- project: stackforge/python-barbicanclient
|
||||||
|
description: Client library for Barbican API.
|
||||||
|
upstream: git://github.com/cloudkeep/python-barbicanclient
|
||||||
- project: stackforge/python-climateclient
|
- project: stackforge/python-climateclient
|
||||||
description: Client for OpenStack Climate
|
description: Client for OpenStack Climate
|
||||||
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user