From ba68946a5af979eb5e319ddacae23cefd92e0fe1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 28 Sep 2015 15:01:40 +0200 Subject: reproducible: temporarily disable disorderfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we have problems properly unmounting it (or rather cleanup…) and I'm unable to debug and fix this properly atm. thus, to avoid false ftbfs due to out of disk space problems, we disable it temporarily. --- hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/wbq0-armhf-rb/etc/pbuilder') diff --git a/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment index 06979737..52862f16 100755 --- a/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -12,6 +12,9 @@ domainname i-capture-the-domain echo "I: Adding a custom variable just for the fun of it..." >&2 export CAPTURE_ENVIRONMENT="I capture the environment" +# temporarily disable disorderfs as we have problems properly unmounting it +exit 0 + # use disorderfs if [ -x /usr/bin/disorderfs ] ; then echo -n "Moving /tmp/buildd to /tmp/disorderfs and mounting this as /tmp/buildd via the fuse disorderfs…" -- cgit v1.2.3-54-g00ecf