Commit 2117bd87 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: temporarily disable disorderfs

parent 80e6baae
......@@ -13,6 +13,7 @@ echo "I: Adding a custom variable just for the fun of it..." >&2
export CAPTURE_ENVIRONMENT="I capture the environment"
# use disorderfs, mount it as user
exit 0
if [ -x /usr/bin/disorderfs ] ; then
mv /tmp/buildd /tmp/disorderfs
sudo -u pbuilder2 disorderfs /tmp/disorderfs /tmp/buildd
......
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment