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

Proposed by Andres Rodriguez
Status: Merged
Approved by: Julian Edwards
Approved revision: 144
Merged at revision: 139
Proposed branch: lp:~andreserl/maas/packaging_bzr1269_quantal
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 60 lines (+23/-3)
3 files modified
debian/changelog (+21/-1)
debian/extras/maas-region-celeryd (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_bzr1269_quantal
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+130261@code.launchpad.net

Commit message

0.1+bzr1269+dfsg-0ubuntu1
0.1+bzr1269+dfsg-0ubuntu2

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
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-16 15:01:38 +0000
3+++ debian/changelog 2012-10-18 00:16:21 +0000
4@@ -1,9 +1,29 @@
5-maas (0.1+bzr1264+dfsg-0ubuntu3) UNRELEASED; urgency=low
6+maas (0.1+bzr1269+dfsg-0ubuntu2) UNRELEASED; urgency=low
7+
8+ * UNRELEASED
9+
10+ -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 17 Oct 2012 20:12:59 -0400
11+
12+maas (0.1+bzr1269+dfsg-0ubuntu1) quantal-proposed; urgency=low
13+
14+ * New upstream bugfix release
15+ - Fixes commissioning failing to set memory attribute. (LP: #1064638)
16+ - Fixes node listing by adding pagination (LP: #1064672)
17+ - Changes default bind rndc key which breaks initscripts (LP: #1066938)
18+ - Fixes invalid DNS config once node is enlisted (LP: #1066958)
19+ - Reference documentation link to correct URL (LP: #1067261)
20+
21+ [ Andres Rodriguez ]
22+ * debian/rules: Change upstream branch.
23
24 [ Gavin Panella ]
25 * debian/maas-dns.postinst: Remove MAAS-related include lines from named's
26 config before adding a new one (LP: #1066929)
27
28+ [ Raphael Badin ]
29+ * debian/extras/maas-region-celeryd: Remove whitespace that affects DNS
30+ rabbitmq queue. (LP: #1067929)
31+
32 -- Andres Rodriguez <andreserl@ubuntu.com> Tue, 16 Oct 2012 10:31:37 -0400
33
34 maas (0.1+bzr1264+dfsg-0ubuntu2) quantal; urgency=low
35
36=== modified file 'debian/extras/maas-region-celeryd'
37--- debian/extras/maas-region-celeryd 2012-10-16 14:30:48 +0000
38+++ debian/extras/maas-region-celeryd 2012-10-18 00:16:21 +0000
39@@ -15,7 +15,7 @@
40 '--schedule=%s' % args.schedule,
41 '--loglevel=INFO',
42 '--beat',
43- '-Q celery,master',
44+ '--queues=celery,master',
45 ]
46
47 # Change gid first, just in case changing the uid might deprive
48
49=== modified file 'debian/rules'
50--- debian/rules 2012-09-29 06:43:40 +0000
51+++ debian/rules 2012-10-18 00:16:21 +0000
52@@ -53,7 +53,7 @@
53 | sed -rne 's,^Version: ([^-]+).*,\1,p')
54 get-orig-source:
55 bzr export -r $(REV) --root=maas-$(VER).orig \
56- maas_$(VER).orig.tar.gz lp:maas
57+ maas_$(VER).orig.tar.gz lp:maas/1.2
58 rm -rf maas-$(VER)
59 tar -xf maas_$(VER).orig.tar.gz
60 rm maas_$(VER).orig.tar.gz

Subscribers

People subscribed via source and target branches

to all changes: