Added new project, entropy
Entropy is a framework for creating audit and repair scripts for openstack Change-Id: I28f13759b0c0807a9e04eedda1b6f4220d824f36
This commit is contained in:
parent
4249681607
commit
f412b23b34
@ -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
|
||||
|
@ -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
|
@ -1862,3 +1862,12 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: entropy
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user