Taskflow Addition

Change-Id: I9d757954482386ad9f0a72488c54b56f4bb94365
Reviewed-on: https://review.openstack.org/30789
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jessica Lucci 2013-05-28 15:34:18 -05:00 committed by Jenkins
parent 4c59c7224d
commit ee9d8f0760
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[access "refs/*"]
owner = group Administrators
create = group taskflow-core
[access "refs/heads/*"]
label-Code-Review = -2..+2 group taskflow-core
label-Approved = +0..+1 group taskflow-core
workInProgress = group taskflow-core
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Code-Review label-Approved
label-Code-Review = -2..+2 group taskflow-core
label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group taskflow-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1968,3 +1968,9 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/taskflow
check:
- gate-noop
gate:
- gate-noop

View File

@ -294,3 +294,6 @@
upstream: git://github.com/tmetsch/occi-os.git
- project: stackforge/golang-client
description: OpenStack API client for golang
- project: stackforge/taskflow
description: "A library to complete workflows/tasks in HA manner"
upstream: upstream: git://github.com/yahoo/TaskFlow