From ff0038d9c6d1164a8e2c10618cd88b9c80d7c560 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Nov 2016 18:01:00 +0100 Subject: reproducible Debian: $HOSTNAME is a bashism… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment index 7e0e6142..d317b117 100755 --- a/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -10,7 +10,7 @@ BUILDDIR="${BUILDDIR:-/tmp/buildd}" # # doing variations for the 2nd builds: # -REAL_HOSTNAME=$HOSTNAME +REAL_HOSTNAME=$(hostname) echo "disorder-fs debug: Running on $REAL_HOSTNAME." echo "I: Changing host+domainname to test build reproducibility" >&2 -- cgit v1.2.3-54-g00ecf