[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: bindmount /dev/fuse for the 2nd build using disorderfs
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 29 08:23:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch h01ger/use-disorderfs
in repository jenkins.debian.net.
commit e4eec52c0e8ef47c52e3b5a2f30300cfa280757d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Aug 29 10:23:08 2015 +0200
reproducible: bindmount /dev/fuse for the 2nd build using disorderfs
---
hosts/jenkins/etc/pbuilderrc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 41aedae..a97a10d 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list