~ubuntu-branches/ubuntu/raring/horizon/raring

« back to all changes in this revision

Viewing changes to debian/patches/turn-off-debug.patch

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-01 10:57:56 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120601105756-dif0km7n98vhdi2x
Tags: 2012.2~f2~20120530.1777-0ubuntu1
* New upstream release. 
* debian/patches/add_juju_settings_panel.patch: Refreshed
* debian/patches/turn-off-debug.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naurp horizon-2012.1.orig/openstack_dashboard/local/local_settings.py.example horizon-2012.1/openstack_dashboard/local/local_settings.py.example
2
 
--- horizon-2012.1.orig/openstack_dashboard/local/local_settings.py.example     2012-04-03 22:13:35.000000000 -0400
3
 
+++ horizon-2012.1/openstack_dashboard/local/local_settings.py.example  2012-04-12 10:25:40.012119232 -0400
 
1
diff -Naurp horizon-2012.2.orig/openstack_dashboard/local/local_settings.py.example horizon-2012.2/openstack_dashboard/local/local_settings.py.example
 
2
--- horizon-2012.2.orig/openstack_dashboard/local/local_settings.py.example     2012-05-30 18:38:58.000000000 -0400
 
3
+++ horizon-2012.2/openstack_dashboard/local/local_settings.py.example  2012-05-31 14:14:37.080889312 -0400
4
4
@@ -2,7 +2,7 @@ import os
5
5
 
6
6
 from django.utils.translation import ugettext_lazy as _
9
9
+DEBUG = False
10
10
 TEMPLATE_DEBUG = DEBUG
11
11
 PROD = False
12
 
 USE_SSL = False
 
12