Merge "Add WSME to StackForge."

This commit is contained in:
Jenkins 2013-08-20 15:36:41 +00:00 committed by Gerrit Code Review
commit dd3a30b815
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

@ -2840,3 +2840,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