Merge "Added new project, entropy"
This commit is contained in:
commit
736b8a6e57
@ -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
|
||||||
|
@ -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:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: entropy
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user