Merge ~ack/maas:1883735-deb-purge-lockfiles into maas:master

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: c513b2286b29aa07866b0ad721e6c7d43906dd2b
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ack/maas:1883735-deb-purge-lockfiles
Merge into: maas:master
Diff against target: 13 lines (+1/-0)
1 file modified
debian/maas-common.postrm (+1/-0)
Reviewer Review Type Date Requested Status
MAAS Lander Approve
Björn Tillenius Approve
Review via email: mp+385888@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
Björn Tillenius (bjornt) wrote :

+1

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b 1883735-deb-purge-lockfiles lp:~ack/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: c513b2286b29aa07866b0ad721e6c7d43906dd2b

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