Merge "Add WSME to StackForge."
This commit is contained in:
commit
dd3a30b815
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user