diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/pecan.config b/modules/openstack_project/files/gerrit/acls/stackforge/pecan.config new file mode 100644 index 0000000000..c851dc76bc --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/pecan.config @@ -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 diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 6bd035019d..28640f4bc8 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -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 diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d732675c1e..75b51ec16f 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -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 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index a1601a91d3..8292c83bcc 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -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