From 12430e0818ea358d5a3883be0bf4e9852d743a93 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 10 Jul 2016 10:27:09 +0200 Subject: sync with the others… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jenkins-test-vm/etc/pbuilder/rebuild-hooks/D01_modify_environment | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/jenkins-test-vm') diff --git a/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/D01_modify_environment index 5e442552..62ae3d03 100755 --- a/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -2,6 +2,8 @@ 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 @@ -21,7 +23,7 @@ exit 0 # use disorderfs if [ -x /usr/bin/disorderfs ] ; then - echo -n "Moving "$BUILDDIR" to /tmp/disorderfs and mounting this as "$BUILDDIR" via the fuse disorderfs…" + echo -n "Moving $BUILDDIR to /tmp/disorderfs and mounting this as $BUILDDIR via the fuse disorderfs…" mknod -m 666 /dev/fuse c 10 229 mv "$BUILDDIR" /tmp/disorderfs mkdir "$BUILDDIR" -- cgit v1.2.3-54-g00ecf