diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-28 15:01:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-28 15:01:52 +0200 |
commit | ba68946a5af979eb5e319ddacae23cefd92e0fe1 (patch) | |
tree | a1cef803d9393cdd354ffe97f0ef65040ebf08c1 /hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks | |
parent | c378e3effeb90ee5a721efa37ba04df61ee1cf9a (diff) | |
download | jenkins.debian.net-ba68946a5af979eb5e319ddacae23cefd92e0fe1.tar.xz |
reproducible: temporarily disable disorderfs
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.
Diffstat (limited to 'hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks')
-rwxr-xr-x | hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment index 06979737..52862f16 100755 --- a/hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/profitbricks-build1-amd64/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…" |