Merge "Added new project, entropy"

This commit is contained in:
Jenkins 2013-12-11 19:00:47 +00:00 committed by Gerrit Code Review
commit 736b8a6e57
5 changed files with 49 additions and 0 deletions

View File

@ -442,3 +442,13 @@ milk-dev:
- stackforge/milk - stackforge/milk
branches: branches:
- master - 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: jobs:
- python-jobs - python-jobs
- project:
name: entropy
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -3994,3 +3994,19 @@ projects:
- gate-noop - gate-noop
gate: gate:
- gate-noop - 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

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