[Piuparts-commits] [piuparts] 02/03: refer to the binfmt-support bug, not the piuparts bug

Holger Levsen holger at layer-acht.org
Thu Dec 22 11:15:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit ffb649e4d8102abaddd779cc59650aaa5271df57
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 22 12:11:44 2016 +0100

    refer to the binfmt-support bug, not the piuparts bug
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 piuparts.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/piuparts.py b/piuparts.py
index d5c9fab..9905ff1 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1579,8 +1579,8 @@ class Chroot:
         """Unmount everything we mount()ed into the chroot."""
 
         # Workaround to unmount /proc/sys/fs/binfmt_misc which is mounted by
-        # update-binfmts but never unmounted, see:
-        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704037
+        # update-binfmts but never unmounted
+        # This workaround can be removed once #847788 is fixed
         run(["umount", self.relative("/proc/sys/fs/binfmt_misc")], ignore_errors=True)
 
         for mountpoint in reversed(self.mounts):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list