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

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 306
Merged at revision: 305
Proposed branch: lp:~andreserl/maas/packaging_beta2
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 59 lines (+12/-3)
3 files modified
debian/changelog (+5/-3)
debian/maas-dhcp.postrm (+4/-0)
debian/maas-region-controller-min.postrm (+3/-0)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_beta2
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+234534@code.launchpad.net

Commit message

* New Upstream Release, Beta 2 Snapshot, bzr2967
* debian/maas-region-controller-min.postrm: Cleanup lefover files.
* debian/maas-dhcp.postrm: Clean lefover configs.

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

self approving.

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

On Friday 12 Sep 2014 19:13:23 you wrote:
> + * New Upstream Release, Beta 2 Snapshot, bzr2967

You should just call this a snapshot, there is no release upstream.

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 2014-09-12 00:38:09 +0000
3+++ debian/changelog 2014-09-12 19:12:31 +0000
4@@ -1,6 +1,6 @@
5-maas (1.7.0~beta1+bzr2967-0ubuntu1) UNRELEASED; urgency=medium
6+maas (1.7.0~beta2+bzr2967-0ubuntu1) UNRELEASED; urgency=medium
7
8- * UNRELEASED
9+ * New Upstream Release, Beta 2 Snapshot, bzr2967
10
11 [ Jeroen Vermeulen ]
12 * debian/extras/99-maas-sudoers
13@@ -18,6 +18,8 @@
14 [ Andres Rodriguez ]
15 * debian/maas-region-controller.postinst: Ensure cluster celery is
16 started if it also runs on the region.
17+ * debian/maas-region-controller-min.postrm: Cleanup lefover files.
18+ * debian/maas-dhcp.postrm: Clean lefover configs.
19
20 [ Jason Hobbs ]
21 * debian/maas-region-controller-min.install: Install
22@@ -32,7 +34,7 @@
23 - Exclude /var/log/maas/rsyslog when changing ownership
24 (LP: #1346703)
25
26- -- Julian Edwards <julian.edwards@canonical.com> Fri, 12 Sep 2014 10:31:21 +1000
27+ -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 21 Aug 2014 19:36:30 -0400
28
29 maas (1.7.0~beta1+bzr2781-0ubuntu1) utopic; urgency=medium
30
31
32=== modified file 'debian/maas-dhcp.postrm'
33--- debian/maas-dhcp.postrm 2013-03-19 23:39:35 +0000
34+++ debian/maas-dhcp.postrm 2014-09-12 19:12:31 +0000
35@@ -8,6 +8,10 @@
36 command -v apparmor_parser >/dev/null 2>&1; then
37 apparmor_parser --replace --write-cache --skip-read-cache "${dhcpd_prof}"
38 fi
39+ if [ "$1" = "purge" ]; then
40+ rm -rf /etc/maas/dhcpd.conf
41+ rm -rf /etc/maas/dhcpd6.conf
42+ fi
43 fi
44
45 #DEBHELPER#
46
47=== modified file 'debian/maas-region-controller-min.postrm'
48--- debian/maas-region-controller-min.postrm 2013-12-09 20:27:48 +0000
49+++ debian/maas-region-controller-min.postrm 2014-09-12 19:12:31 +0000
50@@ -32,6 +32,9 @@
51 if [ -L /etc/squid-deb-proxy/mirror-dstdomain.acl.d/99-maas ]; then
52 rm -rf /etc/squid-deb-proxy/mirror-dstdomain.acl.d/99-maas
53 fi
54+
55+ # Delete any remaining / leftover file
56+ rm -rf /usr/share/maas/maas/
57 esac
58
59 #DEBHELPER#

Subscribers

People subscribed via source and target branches

to all changes: