summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build4-amd64
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-28 15:01:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-28 15:01:52 +0200
commitba68946a5af979eb5e319ddacae23cefd92e0fe1 (patch)
treea1cef803d9393cdd354ffe97f0ef65040ebf08c1 /hosts/profitbricks-build4-amd64
parentc378e3effeb90ee5a721efa37ba04df61ee1cf9a (diff)
downloadjenkins.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-build4-amd64')
-rwxr-xr-xhosts/profitbricks-build4-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/profitbricks-build4-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/profitbricks-build4-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment
index 06979737..52862f16 100755
--- a/hosts/profitbricks-build4-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment
+++ b/hosts/profitbricks-build4-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…"