Add WSME to StackForge.
Change-Id: I3cfb8787568c5eefd8f239e49bea803a4532583c
This commit is contained in:
parent
ac31ae6de8
commit
e9be9c814d
@ -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:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-pylint
|
- gate-{name}-pylint
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: wsme
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
@ -2838,3 +2838,17 @@ projects:
|
|||||||
- gate-noop
|
- gate-noop
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- 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
|
- project: openstack-infra/groups
|
||||||
description: "Openstack Groups community portal"
|
description: "Openstack Groups community portal"
|
||||||
upstream: git://github.com/mkissam/groups.git
|
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…
x
Reference in New Issue
Block a user