From: Thomas Goirand Date: Fri, 25 Mar 2016 14:21:26 +0000 (+0100) Subject: * Also copy openstack_dashboard/dashboards/project/static/dashboard/project X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2c911e6fb2a075f88acfff5daa1f903f2c0e193d;p=openstack-build%2Fhorizon-build.git * Also copy openstack_dashboard/dashboards/project/static/dashboard/project which were not packaged. Rewritten-From: b97fb43b86e3eb6e1d1231ad73653877ed93958b --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index eaa8959..7677a9d 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,10 @@ +horizon (2:9.0.0~rc1-2) UNRELEASED; urgency=medium + + * Also copy openstack_dashboard/dashboards/project/static/dashboard/project + which were not packaged. + + -- Thomas Goirand Fri, 25 Mar 2016 15:21:06 +0100 + horizon (2:9.0.0~rc1-1) experimental; urgency=medium [ Ondřej Nový ] diff --git a/xenial/debian/rules b/xenial/debian/rules index decfb46..8339d83 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -35,6 +35,8 @@ override_dh_auto_install: ln -fs /etc/openstack-dashboard/local_settings.py \ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py + cp -auxf $(CURDIR)/openstack_dashboard/dashboards/project/static/dashboard/project $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard + override_dh_link: mkdir -p $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/scss mv $(CURDIR)/debian/openstack-dashboard/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/* $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/scss