From 7de300a0e38f4c65ba956f2968cfb4490fd6eb08 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 19 Aug 2014 10:26:18 +0200 Subject: [PATCH] Create a repository for stackforge/xstatic-font-awesome This is patch creates a new repository for a package containing an icon font to be used in Horizon. The CSS and font files are packaged as Xstatic python package, for easy inclusion in the project. Change-Id: If73e99b4615b2e1f80767883615e007c0a68f899 --- .../files/jenkins_job_builder/config/projects.yaml | 9 +++++++++ modules/openstack_project/files/review.projects.yaml | 4 ++++ modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 3 files changed, 21 insertions(+) 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 49dd005089..a7011671ef 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2986,6 +2986,15 @@ - python-jobs - pypi-jobs +- project: + name: xstatic-font-awesome + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - project: name: xstatic-hogan node: bare-precise diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 2649837472..51138bbe4c 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -1238,6 +1238,10 @@ description: D3 JavaScript library packaged as XStatic. upstream: https://bitbucket.org/thesheep/xstatic-d3.git acl-config: /home/gerrit2/acls/stackforge/xstatic.config +- project: stackforge/xstatic-font-awesome + description: An icon font for web pages packaged as XStatic. + upstream: https://bitbucket.org/thesheep/xstatic-font-awesome.git + acl-config: /home/gerrit2/acls/stackforge/xstatic.config - project: stackforge/xstatic-hogan description: Hogan JavaScript library packaged as XStatic. upstream: https://bitbucket.org/thesheep/xstatic-hogan.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7f52df0ee8..900663ab75 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -5578,6 +5578,14 @@ projects: gate: - noop + - name: stackforge/xstatic-font-awesome + template: + - name: merge-check + check: + - noop + gate: + - noop + - name: stackforge/xstatic-hogan template: - name: merge-check