[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: $HOSTNAME is a bashism…

Holger Levsen holger at layer-acht.org
Tue Nov 22 17:01:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ff0038d9c6d1164a8e2c10618cd88b9c80d7c560
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 22 18:01:00 2016 +0100

    reproducible Debian: $HOSTNAME is a bashism…
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7e0e614..d317b11 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list