Add turbo-hipster into stackforge

Change-Id: Ic270a3b1f3f27bae399ed4d3ad6d14a063e5f34d
This commit is contained in:
Joshua Hesketh 2013-11-13 21:21:30 +11:00 committed by Monty Taylor
parent ddb0d5f9a0
commit 97d85769c7
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -472,6 +472,9 @@
- project: stackforge/taskflow
description: A library to complete workflows/tasks in HA manner
upstream: git://github.com/yahoo/TaskFlow
- project: stackforge/turbo-hipster
description: A generic zuul worker using the gearman protocol.
upstream: git://github.com/rcbau/turbo-hipster.git
- project: stackforge/wsme
description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
upstream: git://github.com/ryanpetrello/wsme.git