Add WSME to StackForge.

Change-Id: I3cfb8787568c5eefd8f239e49bea803a4532583c
This commit is contained in:
Ryan Petrello 2013-08-19 12:50:09 -04:00
parent ac31ae6de8
commit e9be9c814d
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group wsme-core
label-Approved = +0..+1 group wsme-core
workInProgress = group wsme-core
[access "refs/tags/*"]
create = group wsme-ptl
pushTag = group wsme-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -1292,3 +1292,13 @@
jobs:
- python-jobs
- gate-{name}-pylint
- project:
name: wsme
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs

View File

@ -2838,3 +2838,17 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/wsme
check:
- gate-wsme-python27
gate:
- gate-wsme-python27
post:
- wsme-branch-tarball
pre-release:
- wsme-tarball
release:
- wsme-tarball:
- wsme-pypi-upload:
- post-mirror-python27

View File

@ -377,3 +377,6 @@
- project: openstack-infra/groups
description: "Openstack Groups community portal"
upstream: git://github.com/mkissam/groups.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