diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-23 00:11:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-23 00:11:57 +0100 |
commit | 8d28d9447b3e96e3dc3247466234a243e201a05b (patch) | |
tree | e2b115115e36ce593a19572452b52a6f7896ab2f /hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks | |
parent | 5ab6e29ce6d50be061704e500cf88c352ba3c982 (diff) | |
download | jenkins.debian.net-8d28d9447b3e96e3dc3247466234a243e201a05b.tar.xz |
fixup ff0038d9: reproducible Debian: matrix is a bashism…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks')
-rwxr-xr-x | hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment index 7e0e6142..d317b117 100755 --- a/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/odxu4b-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 |