Merge "Add pecan project."

This commit is contained in:
Jenkins 2013-08-13 17:46:47 +00:00 committed by Gerrit Code Review
commit 68d3cc689e
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

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

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

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