diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:01:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:01:49 +0200 |
commit | 2117bd876b1bdf5fc1762fcc593e42bf16093ed8 (patch) | |
tree | 3dd2324748a08e6874b57872f60bd5b81e08c3cc /hosts/jenkins/etc/pbuilderrc | |
parent | 80e6baaef710ccafa4c59e4132155ddd1a531254 (diff) | |
download | jenkins.debian.net-2117bd876b1bdf5fc1762fcc593e42bf16093ed8.tar.xz |
reproducible: temporarily disable disorderfs
Diffstat (limited to 'hosts/jenkins/etc/pbuilderrc')
-rw-r--r-- | hosts/jenkins/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc index 2b8eecbb..fa06ba97 100644 --- a/hosts/jenkins/etc/pbuilderrc +++ b/hosts/jenkins/etc/pbuilderrc @@ -26,6 +26,6 @@ PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" # 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" - BINDMOUNTS="$BINDMOUNTS /dev/fuse" + #BINDMOUNTS="$BINDMOUNTS /dev/fuse" fi |