Merge lp:~andreserl/maas/packaging_lp1413388 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 415
Merged at revision: 415
Proposed branch: lp:~andreserl/maas/packaging_lp1413388
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 44 lines (+7/-2)
3 files modified
debian/changelog (+3/-0)
debian/control (+3/-2)
debian/maas-region-controller.postinst (+1/-0)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_lp1413388
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+264589@code.launchpad.net

Commit message

- debian/maas-region-controller.postinst: Ensure DNS config
    migration is always run.
* debian/control: Make maas-dns a Dependy of maas-region-controller.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

selfie!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-07-07 04:01:22 +0000
3+++ debian/changelog 2015-07-13 15:10:39 +0000
4@@ -13,6 +13,9 @@
5 [ Andres Rodriguez ]
6 * Refactor maas-dns upgrade code so it doesn't break local DNS config
7 and it gets migrated (LP: #1413388)
8+ - debian/maas-region-controller.postinst: Ensure DNS config
9+ migration is always run.
10+ * debian/control: Make maas-dns a Dependy of maas-region-controller.
11
12 -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 12 Jun 2015 14:16:47 -0400
13
14
15=== modified file 'debian/control'
16--- debian/control 2015-07-01 08:06:56 +0000
17+++ debian/control 2015-07-13 15:10:39 +0000
18@@ -77,11 +77,12 @@
19
20 Package: maas-region-controller
21 Architecture: all
22-Depends: maas-region-controller-min (= ${binary:Version}),
23+Depends: maas-dns (= ${binary:Version}),
24+ maas-region-controller-min (= ${binary:Version}),
25 postgresql (>= 9.1),
26 ${misc:Depends},
27 ${python:Depends}
28-Recommends: openssh-server, maas-dns (= ${binary:Version})
29+Recommends: openssh-server
30 Description: MAAS server complete region controller
31 This package installs and configures the complete MAAS region controller,
32 including the minimum setup, plus the database server and messaging queue.
33
34=== modified file 'debian/maas-region-controller.postinst'
35--- debian/maas-region-controller.postinst 2015-07-08 01:12:40 +0000
36+++ debian/maas-region-controller.postinst 2015-07-13 15:10:39 +0000
37@@ -96,6 +96,7 @@
38 db_get maas-region-controller/dbconfig-install
39 if [ "$RET" = "true" ]; then
40 maas_sync_migrate_db
41+ configure_migrate_maas_dns
42 fi
43
44 # Display installation note

Subscribers

People subscribed via source and target branches

to all changes: