Merge lp:~julian-edwards/maas/fix-patches into lp:~maas-maintainers/maas/packaging

Proposed by Julian Edwards
Status: Merged
Approved by: Julian Edwards
Approved revision: 333
Merged at revision: 333
Proposed branch: lp:~julian-edwards/maas/fix-patches
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 20 lines (+3/-3)
1 file modified
debian/patches/01-fix-database-settings.patch (+3/-3)
To merge this branch: bzr merge lp:~julian-edwards/maas/fix-patches
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+242537@code.launchpad.net

Commit message

Fix packaging broken by a recent upstream commit.

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) wrote :

This is just quilt refresh.

Revision history for this message
Julian Edwards (julian-edwards) wrote :

Tested working so selfie.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/patches/01-fix-database-settings.patch'
--- debian/patches/01-fix-database-settings.patch 2014-10-10 12:27:35 +0000
+++ debian/patches/01-fix-database-settings.patch 2014-11-21 20:33:22 +0000
@@ -9,7 +9,7 @@
9 9
10 # Prefix to use for MAAS's urls.10 # Prefix to use for MAAS's urls.
11 # If FORCE_SCRIPT_NAME is None (the default), all the urls will start with11 # If FORCE_SCRIPT_NAME is None (the default), all the urls will start with
12@@ -81,9 +81,9 @@12@@ -78,9 +78,9 @@
13 'default': {13 'default': {
14 # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' etc.14 # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' etc.
15 'ENGINE': 'django.db.backends.postgresql_psycopg2',15 'ENGINE': 'django.db.backends.postgresql_psycopg2',
@@ -20,5 +20,5 @@
20+ 'USER': 'maas',20+ 'USER': 'maas',
21+ 'PASSWORD': 'maas',21+ 'PASSWORD': 'maas',
22 'HOST': 'localhost',22 'HOST': 'localhost',
23 'OPTIONS': {23 }
24 'isolation_level': ISOLATION_LEVEL_READ_COMMITTED,24 }

Subscribers

People subscribed via source and target branches