Initial configuration for python-barbicanclient
Changes needed to create the python-barbicanclient project in stackforge. Change-Id: I6031591fcfac099f58d9e94df309476cbc8a207d
This commit is contained in:
parent
6092a724fc
commit
b1fc964b19
@ -325,6 +325,7 @@ openstack-barbican:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/barbican
|
||||
- stackforge/python-barbicanclient
|
||||
branches:
|
||||
- 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
|
||||
|
@ -1510,6 +1510,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-barbicanclient
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: taskflow
|
||||
github-org: stackforge
|
||||
|
@ -3243,6 +3243,18 @@ projects:
|
||||
gate:
|
||||
- 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
|
||||
check:
|
||||
- gate-python-climateclient-requirements
|
||||
|
@ -463,6 +463,9 @@
|
||||
- project: stackforge/pyghmi
|
||||
description: A Pure python IPMI library
|
||||
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
|
||||
description: Client for OpenStack Climate
|
||||
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
||||
|
Loading…
Reference in New Issue
Block a user