From 416f9db94b34b805dbfe35c12fe6fa4c104fdf56 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 15 Dec 2013 14:38:19 +0000 Subject: [PATCH] Move cliff to stackforge Import cliff from github to stackforge. Change-Id: Ide7136dcc43444549caca4c1b743d9fcbd1a094a --- .../files/gerrit/acls/stackforge/cliff.config | 14 ++++++++++ .../jenkins_job_builder/config/projects.yaml | 11 ++++++++ .../openstack_project/files/zuul/layout.yaml | 27 +++++++++++++++++++ .../templates/review.projects.yaml.erb | 4 +++ 4 files changed, 56 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/cliff.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/cliff.config b/modules/openstack_project/files/gerrit/acls/stackforge/cliff.config new file mode 100644 index 0000000000..47b85354f0 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/cliff.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group cliff-core + label-Approved = +0..+1 group cliff-core + workInProgress = group cliff-core +[access "refs/tags/*"] + create = group cliff-ptl + pushTag = group cliff-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 fe7bf11317..24bd055330 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1625,6 +1625,17 @@ - pypi-jobs - hook-{name}-rtfd +- project: + name: cliff + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - hook-{name}-rtfd + - project: name: python-tuskarclient github-org: openstack diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e352928ebe..58ba336ff4 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3752,6 +3752,33 @@ projects: - post-mirror-python33 - hook-stevedore-rtfd + - name: stackforge/cliff + check: + - gate-cliff-pep8 + - gate-cliff-python26 + - gate-cliff-python27 + - gate-cliff-python33 + - gate-cliff-pypy + gate: + - gate-cliff-pep8 + - gate-cliff-python26 + - gate-cliff-python27 + - gate-cliff-python33 + - gate-cliff-pypy + post: + - cliff-branch-tarball + - hook-cliff-rtfd + pre-release: + - cliff-tarball + - hook-cliff-rtfd + release: + - cliff-tarball: + - cliff-pypi-upload: + - post-mirror-python26 + - post-mirror-python27 + - post-mirror-python33 + - hook-cliff-rtfd + - name: openstack-infra/groups check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index db2421c7fc..ebcd738800 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -609,3 +609,7 @@ upstream: git://github.com/dreamhost/stevedore.git - project: stackforge/entropy description: A framework for Audit/Repair scripts for openstack +- project: stackforge/cliff + description: Command Line Interface Formulation Framework + upstream: git://github.com/dreamhost/cliff.git + launchpad: python-cliff