Added new project, entropy

Entropy is a framework for creating audit and repair
scripts for openstack

Change-Id: I28f13759b0c0807a9e04eedda1b6f4220d824f36
This commit is contained in:
pran1990 2013-12-04 17:27:06 -08:00
parent 4249681607
commit f412b23b34
5 changed files with 49 additions and 0 deletions

View File

@ -440,3 +440,13 @@ milk-dev:
- stackforge/milk
branches:
- master
openstack-entropy:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- stackforge/entropy
branches:
- master

View File

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

View File

@ -1862,3 +1862,12 @@
jobs:
- python-jobs
- project:
name: entropy
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -3969,3 +3969,19 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/entropy
check:
- gate-entropy-docs
- gate-entropy-pep8
- gate-entropy-python26
- gate-entropy-python27
- gate-entropy-python33
gate:
- gate-entropy-docs
- gate-entropy-pep8
- gate-entropy-python26
- gate-entropy-python27
- gate-entropy-python33
post:
- entropy-coverage

View File

@ -558,3 +558,5 @@
- project: stackforge/stevedore
description: Manage dynamic plugins for Python applications
upstream: git://github.com/dreamhost/stevedore.git
- project: stackforge/entropy
description: A framework for Audit/Repair scripts for openstack