summaryrefslogtreecommitdiffstats
path: root/hosts/wbd0-armhf-rb
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2016-02-20 14:06:18 +0100
committerReiner Herrmann <reiner@reiner-h.de>2016-02-20 14:06:18 +0100
commitc75b80b11e082adf1aa22f5ab83e034b462b8dbe (patch)
treefc59929344d64d233958df4ce792a1caa76d8324 /hosts/wbd0-armhf-rb
parent58c2ba0f82d3aa9f636f2d3fd595208720d9db1b (diff)
downloadjenkins.debian.net-c75b80b11e082adf1aa22f5ab83e034b462b8dbe.tar.xz
reproducible: use bash for /bin/sh in the rebuild
copied from the prebuilder bash hook.
Diffstat (limited to 'hosts/wbd0-armhf-rb')
-rwxr-xr-xhosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
index dda76947..62ae3d03 100755
--- a/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
+++ b/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
@@ -14,6 +14,10 @@ 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"
+echo "I: Changing /bin/sh to bash" >&2
+echo "dash dash/sh boolean false" | debconf-set-selections
+DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
+
# temporarily disable disorderfs as we have problems properly unmounting it
exit 0