From 44e6bf46229e7fec4afa60faad7261e1f0913e41 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 2 Feb 2013 07:32:37 +0100 Subject: [PATCH] use $(hostname) rather than localhost or build setup is to have ssh Listen on a specific address --- vbuild-nightly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 622a4203..24794414 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -128,7 +128,7 @@ function failure() { set -x # early stage ? - let's not create /build/@PLDISTRO@ if test -z "$WEBLOG" ; then - WEBHOST=localhost + WEBHOST=$(hostname) WEBPATH=/tmp WEBBASE=/tmp/vbuild-early-$(date +%Y-%m-%d) WEBLOG=/tmp/vbuild-early-$(date +%Y-%m-%d).log.txt @@ -157,7 +157,7 @@ function success () { set -x # early stage ? - let's not create /build/@PLDISTRO@ if test -z "$WEBLOG" ; then - WEBHOST=localhost + WEBHOST=$(hostname) WEBPATH=/tmp WEBLOG=/tmp/vbuild-early-$(date +%Y-%m-%d).log.txt fi -- 2.47.0