From 164b666b966e1e061eaabd22525ef92f1eb2c84b 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 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 9f91806..9d9e6f7 100755 --- a/xenial/debian/rules +++ b/xenial/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