Add pecan project.

Change-Id: I9574e5de6a98a210bafec8204ced21634370ca00
This commit is contained in:
Ryan Petrello 2013-08-12 17:52:29 -04:00 committed by Doug Hellmann
parent a3db4339a9
commit c1e811d63f
4 changed files with 49 additions and 0 deletions

View File

@ -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

View File

@ -1275,3 +1275,13 @@
jobs:
- python-jobs
- pypi-jobs
- project:
name: pecan
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs

View File

@ -2713,3 +2713,25 @@ projects:
- gate-noop
gate:
- 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

View File

@ -366,3 +366,6 @@
- project: stackforge/tuskar-ui
description: "The UI component for Tuskar"
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