]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Kills the COMPRESS_OFFLINE = True patch, no longer needed.
authorThomas Goirand <thomas@goirand.fr>
Tue, 26 Mar 2013 15:15:55 +0000 (23:15 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 26 Mar 2013 15:15:55 +0000 (23:15 +0800)
Rewritten-From: 3a78c228efe6e7273791d1eac7382817cac4908c

trusty/debian/changelog
trusty/debian/patches/debian_local_settings.patch [deleted file]
trusty/debian/patches/series

index d480f68170b5bf58c336710ab35ac3a201565755..9e3fb142db38f8accfb7b0079ed3c4208c8f36d4 100644 (file)
@@ -1,6 +1,7 @@
 horizon (2013.1~rc1-1) experimental; urgency=low
 
   * New upstream release.
+  * Kills the COMPRESS_OFFLINE = True patch, no longer needed.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 28 Jan 2013 22:39:15 +0800
 
diff --git a/trusty/debian/patches/debian_local_settings.patch b/trusty/debian/patches/debian_local_settings.patch
deleted file mode 100644 (file)
index 43f6f19..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Enable Offline Compresssion
-Author: Mehdi Abaakouk <sileht@sileht.net>
-
-Index: horizon/openstack_dashboard/local/local_settings.py.example
-===================================================================
---- horizon.orig/openstack_dashboard/local/local_settings.py.example   2013-03-23 03:20:09.000000000 +0800
-+++ horizon/openstack_dashboard/local/local_settings.py.example        2013-03-23 03:25:10.000000000 +0800
-@@ -200,3 +200,8 @@
-         }
-     }
- }
-+
-+# The Debian package includes pre-compressed JS and compiled CSS to allow
-+# offline compression by default.  To enable online compression, install
-+# the node-less package and enable the following option.
-+COMPRESS_OFFLINE = True
index a9d37ec6ed1047fc2f31272e939a27514c549f27..89e6f35a4069cfbeda41ba9e693b36ab17a878d7 100644 (file)
@@ -1,3 +1,2 @@
 fix-dashboard-django-wsgi.patch
 fix-dashboard-manage.patch
-debian_local_settings.patch