Merge lp:~brian-murray/apport/check-tmp-for-free-space into lp:~apport-hackers/apport/trunk

Proposed by Brian Murray
Status: Merged
Merged at revision: 2271
Proposed branch: lp:~brian-murray/apport/check-tmp-for-free-space
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
data/general-hooks/generic.py (+1/-0)
To merge this branch: bzr merge lp:~brian-murray/apport/check-tmp-for-free-space
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+101259@code.launchpad.net

Description of the change

In bug 972933 we can see a package install failure due to a lack of free space in the /tmp partition. Apport should not report these bugs as there is nothing for us to fix there.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/general-hooks/generic.py'
2--- data/general-hooks/generic.py 2012-02-28 09:20:24 +0000
3+++ data/general-hooks/generic.py 2012-04-09 17:34:20 +0000
4@@ -22,6 +22,7 @@
5 # check for low space
6 mounts = {'/': 'system',
7 '/var': '/var',
8+ '/tmp': '/tmp'
9 }
10
11 home = os.getenv('HOME')

Subscribers

People subscribed via source and target branches