summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build5-amd64
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-15 20:08:55 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-15 20:08:55 +0100
commit9f9c2172aeafe847db149e078ac96557668df324 (patch)
tree28034499ae877b7b3374719a08ed153a4f13c98d /hosts/profitbricks-build5-amd64
parentd46ece45dc198e997589a98f5ace3f445b826cfd (diff)
downloadjenkins.debian.net-9f9c2172aeafe847db149e078ac96557668df324.tar.xz
reproducible Debian: re-enable disorderfs on i386
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/profitbricks-build5-amd64')
-rwxr-xr-xhosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment
index 27fd6445..9fbad7c5 100755
--- a/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment
+++ b/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment
@@ -26,8 +26,10 @@ if [ -n "$BUILDUSERNAME" ] ; then
fi
fi
-# temporarily disable disorderfs as we have problems properly unmounting it
-exit 0
+# use disorderfs on i386 only for now
+if [ "$(dpkg --print-architecture)" != "i386" ] ; then
+ exit 0
+fi
# use disorderfs
if [ -x /usr/bin/disorderfs ] ; then