From 14fbd8b833de8e291b79c4ee92792795994369bd Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 17 May 2013 08:36:24 +0000 Subject: [PATCH] Disable the call of the compressor, because it's failing. Rewritten-From: e0cff756e62ae8b1e4448f9faa90a25a43ef826c --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.45.2