Merge ~ack/maas:1883735-2.8 into maas:2.8

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: 225bfeb6fd6757697d4d3d31be64242332b230de
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ack/maas:1883735-2.8
Merge into: maas:2.8
Diff against target: 13 lines (+1/-0)
1 file modified
debian/maas-common.postrm (+1/-0)
Reviewer Review Type Date Requested Status
Dougal Matthews (community) Approve
MAAS Lander unittests Pending
Review via email: mp+386332@code.launchpad.net

Commit message

LP:1883735 - remove lockfiles when deb package is purged

To post a comment you must log in.
Revision history for this message
Dougal Matthews (d0ugal) :
review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/maas-common.postrm b/debian/maas-common.postrm
2old mode 100644
3new mode 100755
4index c9bb59c..3bd62b4
5--- a/debian/maas-common.postrm
6+++ b/debian/maas-common.postrm
7@@ -20,6 +20,7 @@ case "$1" in
8 rm -f /var/lib/maas/maas_id
9 rm -rf /var/lib/maas/rsyslog
10 rm -f /var/lib/maas/rsyslog.conf
11+ rm -f /run/lock/maas:*
12
13 esac
14

Subscribers

People subscribed via source and target branches