~andreserl/maas/packaging_bzr1977

« back to all changes in this revision

Viewing changes to debian/patches/01-fix-database-settings.patch

  • Committer: Andres Rodriguez
  • Date: 2014-02-07 16:24:38 UTC
  • Revision ID: andreserl@ubuntu.com-20140207162438-r3qwx7no3ipetrpz
debian/patches/*: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: maas-0.1+bzr702+dfsg.orig/contrib/maas_local_settings.py
2
 
===================================================================
3
 
--- maas-0.1+bzr702+dfsg.orig.orig/contrib/maas_local_settings.py       2012-06-29 12:03:20.000000000 -0400
4
 
+++ maas-0.1+bzr702+dfsg.orig/contrib/maas_local_settings.py    2012-06-29 12:17:00.733389757 -0400
 
1
--- maas-1.5+bzr1908.orig.orig/contrib/maas_local_settings.py   2014-02-07 11:22:59.330556956 -0500
 
2
+++ maas-1.5+bzr1908.orig/contrib/maas_local_settings.py        2014-02-07 11:22:59.326556956 -0500
5
3
@@ -7,7 +7,7 @@
6
4
 DEFAULT_MAAS_URL = "http://maas.internal.example.com/"
7
5
 
11
9
 
12
10
 # Prefix to use for MAAS's urls.
13
11
 # If FORCE_SCRIPT_NAME is None (the default), all the urls will start with
14
 
@@ -68,9 +68,9 @@
 
12
@@ -81,9 +81,9 @@
15
13
     'default': {
16
14
         # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' etc.
17
15
         'ENGINE': 'django.db.backends.postgresql_psycopg2',