aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlool <lool>2006-10-29 23:47:55 +0000
committerlool <lool>2006-10-29 23:47:55 +0000
commit9f3ae5e65a2fc1dcd9394736d4a08fec239f2939 (patch)
tree4e3e5cb5f9bd2ad444df12e5bcc7831d85c9a263 /debian
parentf64eec882bfffb64b0647a570457cb4d7d9008b7 (diff)
downloadpbuilder-9f3ae5e65a2fc1dcd9394736d4a08fec239f2939.tar
pbuilder-9f3ae5e65a2fc1dcd9394736d4a08fec239f2939.tar.gz
* pbuilder-modules: add sanity checks during umount_one(); ignore
umount errors of the type "umount: /foobar: not mounted" and "umount: /foobar: not found" as retries will be useless anyway, and these errors shouldn't cause data loss; fixes #391390.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ecda219..3307fe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,11 @@ pbuilder (0.161) UNRELEASED; urgency=low
[ Loic Minier ]
* Testsuite may now test pbuilder-satisfydepends.
+ * Ignore umount errors of the types "umount: /foobar: not mounted" and
+ "umount: /foobar: not found" as retries will be useless anyway and these
+ errors shouldn't cause data loss; thanks Martin F Krafft; closes: #391390.
- -- Loic Minier <lool@dooz.org> Sat, 28 Oct 2006 15:16:57 +0200
+ -- Loic Minier <lool@dooz.org> Mon, 30 Oct 2006 00:45:17 +0100
pbuilder (0.160) unstable; urgency=low