From 7e5ea35ef55fd1a939a6671c91125af4b41c0a29 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Nov 2016 15:58:09 +0100 Subject: reproducible Debian: add two new i386 build nodes, pb12+16, thanks Profitbricks for the ressources Signed-off-by: Holger Levsen --- .../etc/pbuilder/rebuild-hooks/B01_cleanup | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/B01_cleanup (limited to 'hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/B01_cleanup') diff --git a/hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/B01_cleanup b/hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/B01_cleanup new file mode 100755 index 00000000..334e03a2 --- /dev/null +++ b/hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/B01_cleanup @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +BUILDDIR="${BUILDDIR:-/tmp/buildd}" + +# exit if we are in the same UTS namespace as init ( != 2nd build ) +[ "$(readlink /proc/1/ns/uts)" = "$(readlink /proc/self/ns/uts)" ] && exit 0 + +# cease using disorderfs +if [ -d /tmp/disorderfs ] ; then + echo -n "Unmounting /tmp/disorderfs…" + fusermount -z -u "$BUILDDIR" + rmdir "$BUILDDIR" + mv /tmp/disorderfs "$BUILDDIR" + echo " done." +fi -- cgit v1.2.3-70-g09d2