From c75b80b11e082adf1aa22f5ab83e034b462b8dbe Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 20 Feb 2016 14:06:18 +0100 Subject: reproducible: use bash for /bin/sh in the rebuild copied from the prebuilder bash hook. --- .../etc/pbuilder/rebuild-hooks/D01_modify_environment | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/profitbricks-build1-amd64/etc') 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 dda76947..62ae3d03 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 @@ -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 -- cgit v1.2.3-54-g00ecf