Merge "Add pecan project."
This commit is contained in:
commit
68d3cc689e
modules/openstack_project
files
templates
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group pecan-core
|
||||||
|
label-Approved = +0..+1 group pecan-core
|
||||||
|
workInProgress = group pecan-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group pecan-ptl
|
||||||
|
pushTag = group pecan-ptl
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = false
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1296,3 +1296,13 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: pecan
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
@ -2741,3 +2741,25 @@ projects:
|
|||||||
- gate-noop
|
- gate-noop
|
||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/pecan
|
||||||
|
check:
|
||||||
|
- gate-pecan-pep8
|
||||||
|
- gate-pecan-python26
|
||||||
|
- gate-pecan-python27
|
||||||
|
- gate-pecan-python33
|
||||||
|
gate:
|
||||||
|
- gate-pecan-pep8
|
||||||
|
- gate-pecan-python26
|
||||||
|
- gate-pecan-python27
|
||||||
|
- gate-pecan-python33
|
||||||
|
post:
|
||||||
|
- pecan-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- pecan-tarball
|
||||||
|
release:
|
||||||
|
- pecan-tarball:
|
||||||
|
- pecan-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
@ -371,3 +371,6 @@
|
|||||||
- project: stackforge/tuskar-ui
|
- project: stackforge/tuskar-ui
|
||||||
description: "The UI component for Tuskar"
|
description: "The UI component for Tuskar"
|
||||||
upstream: git://github.com/tuskar/tuskar-ui.git
|
upstream: git://github.com/tuskar/tuskar-ui.git
|
||||||
|
- project: stackforge/pecan
|
||||||
|
description: "A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies."
|
||||||
|
upstream: git://github.com/dreamhost/pecan.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user