From: Thomas Goirand <thomas@goirand.fr> Date: Fri, 17 May 2013 08:36:24 +0000 (+0000) Subject: Disable the call of the compressor, because it's failing. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=14fbd8b833de8e291b79c4ee92792795994369bd;p=openstack-build%2Fhorizon-build.git Disable the call of the compressor, because it's failing. Rewritten-From: e0cff756e62ae8b1e4448f9faa90a25a43ef826c --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 9f91806..9d9e6f7 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -32,7 +32,7 @@ override_dh_auto_install: # compressed js and css make -C doc html - DJANGO_SETTINGS_MODULE="openstack_dashboard.settings" python -c 'import os, sys; from django.core.management import execute_from_command_line ; sys.path.append("$(CURDIR)") ;execute_from_command_line(["", "compress", "--force"])' + # DJANGO_SETTINGS_MODULE="openstack_dashboard.settings" python -c 'import os, sys; from django.core.management import execute_from_command_line ; sys.path.append("$(CURDIR)") ;execute_from_command_line(["", "compress", "--force"])' cp -a $(CURDIR)/static/dashboard/js $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/js cp -a $(CURDIR)/static/dashboard/css $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css cp $(CURDIR)/static/dashboard/manifest.json $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/