]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Disable the call of the compressor, because it's failing.
authorThomas Goirand <thomas@goirand.fr>
Fri, 17 May 2013 08:36:24 +0000 (08:36 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 17 May 2013 09:03:03 +0000 (09:03 +0000)
Rewritten-From: e0cff756e62ae8b1e4448f9faa90a25a43ef826c

trusty/debian/rules

index 9f9180697211f11651027d5588253d92abd6e97e..9d9e6f772d527e36f0e8d22d3510ed7d3cedb92c 100755 (executable)
@@ -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/