Create a stackforge repo for "python-ipmi" library

Change-Id: Ieba7173ea7ddcb1bc870d35119b27df4cf110b77
Reviewed-on: https://review.openstack.org/34255
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: matthew wagoner <zxkuqyb@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Devananda van der Veen 2013-06-24 13:35:53 -07:00 committed by Jenkins
parent 608b995b85
commit 1ca5249b4f
4 changed files with 22 additions and 0 deletions

View File

@ -276,6 +276,7 @@ openstack-ironic:
projects:
- openstack/ironic
- openstack/python-ironicclient
- stackforge/python-ipmi
branches:
- master

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group python-ipmi-core
label-Approved = +0..+1 group python-ipmi-core
workInProgress = group python-ipmi-core
[access "refs/tags/*"]
create = group python-ipmi-core
pushTag = group python-ipmi-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2162,3 +2162,9 @@ projects:
- stackalytics-tarball
release:
- stackalytics-tarball
- name: stackforge/python-ipmi
check:
- gate-noop
gate:
- gate-noop

View File

@ -325,3 +325,6 @@
- project: stackforge/stackalytics
description: OpenStack analytics dashboard
upstream: git://github.com/Mirantis/stackalytics.git
- project: stackforge/python-ipmi
description: A Pure python IPMI library
upstream: git://git.code.sf.net/p/xcat/python-ipmi