Merge lp:~rvb/maas/packaging.moon into lp:~maas-maintainers/maas/packaging

Proposed by Raphaël Badin
Status: Merged
Merge reported by: Gavin Panella
Merged at revision: not available
Proposed branch: lp:~rvb/maas/packaging.moon
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 21 lines (+4/-3)
1 file modified
debian/patches/01-fix-database-settings.patch (+4/-3)
To merge this branch: bzr merge lp:~rvb/maas/packaging.moon
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+239156@code.launchpad.net

Commit message

Update the patch to contrib/maas_local_settings.py to cope with the changes https://code.launchpad.net/~allenap/maas/transactions-redux-the-revenge/+merge/238864 made to contrib/maas_local_settings.py.

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

Did you do a test build? Quilt gets a bit funny about patches sometimes.

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

Attempt to merge into lp:~maas-maintainers/maas/packaging failed due to conflicts:

text conflict in debian/patches/01-fix-database-settings.patch

Revision history for this message
Gavin Panella (allenap) wrote :

This has been superseded by Julian's faster-than-light quilt refresh.

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

On Friday 21 Nov 2014 21:23:42 you wrote:
> This has been superseded by Julian's faster-than-light quilt refresh.

I was teaching gmb and newell how to refresh packaging patches and it would
have been rude to not land the change :)

Preview Diff

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

Subscribers

People subscribed via source and target branches