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

Proposed by Andres Rodriguez
Status: Merged
Approved by: Diogo Matsubara
Approved revision: 132
Merged at revision: 131
Proposed branch: lp:~andreserl/maas/packaging_updates_bzr1263
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 71 lines (+7/-26)
4 files modified
debian/changelog (+3/-1)
debian/control (+4/-1)
debian/patches/04-fix-ipmi-enlistment.patch (+0/-23)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_updates_bzr1263
Reviewer Review Type Date Requested Status
Diogo Matsubara (community) Approve
Review via email: mp+129221@code.launchpad.net

Commit message

debian/patches/04-fix-ipmi-enlistment.patch: Drop. Merged Upstream.
debian/control: Depends on maas-region-controller for maas-dns.

To post a comment you must log in.
Revision history for this message
Diogo Matsubara (matsubara) :
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 2012-10-11 02:52:46 +0000
3+++ debian/changelog 2012-10-11 15:32:21 +0000
4@@ -1,4 +1,4 @@
5-maas (0.1+bzr1251+dfsg-0ubuntu1) UNRELEASED; urgency=low
6+maas (0.1+bzr1263+dfsg-0ubuntu1) UNRELEASED; urgency=low
7
8 * New upstream release.
9
10@@ -11,6 +11,8 @@
11 - debian/python-maas-provisioningserver.install: Install
12 - debian/control: Add Conflicts/Replaces with maas-cluster-controller
13 to handle upgrades.
14+ * debian/patches/04-fix-ipmi-enlistment.patch: Drop. Merged Upstream.
15+ * debian/control: Depends on maas-region-controller for maas-dns.
16
17 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 10 Oct 2012 11:17:21 -0400
18
19
20=== modified file 'debian/control'
21--- debian/control 2012-10-10 19:06:52 +0000
22+++ debian/control 2012-10-11 15:32:21 +0000
23@@ -259,7 +259,10 @@
24
25 Package: maas-dns
26 Architecture: all
27-Depends: bind9, maas-dhcp (= ${binary:Version}), ${misc:Depends}
28+Depends: bind9,
29+ maas-region-controller (= ${binary:Version}),
30+ maas-dhcp (= ${binary:Version}),
31+ ${misc:Depends}
32 Conflicts: maas-dhcp (<= 0.1+bzr777+dfsg-0ubuntu1)
33 Replaces: maas-dhcp (<= 0.1+bzr777+dfsg-0ubuntu1)
34 Description: Ubuntu MAAS Server - DNS configuration (metapackage)
35
36=== removed file 'debian/patches/04-fix-ipmi-enlistment.patch'
37--- debian/patches/04-fix-ipmi-enlistment.patch 2012-10-10 15:15:00 +0000
38+++ debian/patches/04-fix-ipmi-enlistment.patch 1970-01-01 00:00:00 +0000
39@@ -1,23 +0,0 @@
40-Description: Retry maas-enlist without power parameters on failure
41- Older versions of maas-enlist (such as in Precise) do not support the
42- new power parameters switches and fail when they are provided, so on
43- failure retry without them.
44-Forwarded: https://code.launchpad.net/~racb/maas/fix-ipmi-enlistment/+merge/128914
45-Author: Robie Basak <robie.basak@canonical.com>
46-Bug-Ubuntu: https://launchpad.net/bugs/1064922
47-Last-Update: 20121010
48-
49---- a/contrib/preseeds_v2/enlist_userdata
50-+++ b/contrib/preseeds_v2/enlist_userdata
51-@@ -182,7 +182,10 @@
52- fi
53- power_params=$(maas-ipmi-autodetect --configdir "$IPMI_CONFIG_D" ${pargs} --commission-creds) &&
54- [ -n "${power_params}" ] && power_params=${power_params%.} && power_type=ipmi
55-- maas-enlist --serverurl "$url" ${host:+--hostname "${host}"} ${power_params:+--power-params "${power_params}" --power-type "${power_type}"}>/tmp/enlist.out
56-+ # Try maas-enlist without power parameters on failure for older versions of
57-+ # maas-enlist without power parameter support
58-+ maas-enlist --serverurl "$url" ${host:+--hostname "${host}"} ${power_params:+--power-params "${power_params}" --power-type "${power_type}"}>/tmp/enlist.out ||\
59-+ maas-enlist --serverurl "$url" ${host:+--hostname "${host}"} >/tmp/enlist.out
60- if [ $? -eq 0 ]; then
61- msg="successfully enlisted to '$url'"
62- [ -n "$host" ] && msg="$msg with hostname '$host'" ||
63
64=== modified file 'debian/patches/series'
65--- debian/patches/series 2012-10-10 16:30:15 +0000
66+++ debian/patches/series 2012-10-11 15:32:21 +0000
67@@ -1,4 +1,3 @@
68 01-fix-database-settings.patch
69 02-pserv-config.patch
70 03-txlongpoll-config.patch
71-04-fix-ipmi-enlistment.patch

Subscribers

People subscribed via source and target branches

to all changes: