summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-29 10:23:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-29 10:23:08 +0200
commite4eec52c0e8ef47c52e3b5a2f30300cfa280757d (patch)
tree825803c8170ab8c92a7d843cf44d09d4c4cd27c4 /hosts/jenkins
parent5a94246584d559bb0731974471d82598d6246754 (diff)
downloadjenkins.debian.net-e4eec52c0e8ef47c52e3b5a2f30300cfa280757d.tar.xz
reproducible: bindmount /dev/fuse for the 2nd build using disorderfs
Diffstat (limited to 'hosts/jenkins')
-rw-r--r--hosts/jenkins/etc/pbuilderrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 41aedae5..a97a10d3 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -23,8 +23,9 @@ BINDMOUNTS="$BINDMOUNTS /sys /dev/shm"
# set PATH to predictable values, see #780729 and #780725
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
-# used on reproducible builds
+# used for reproducible builds tests, when doing the 2nd build
if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then
- PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
+ PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
+ BINDMOUNTS="$BINDMOUNTS /dev/fuse"
fi