git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd851b2
)
use $(hostname) rather than localhost
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Sat, 2 Feb 2013 06:32:37 +0000
(07:32 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Sat, 2 Feb 2013 06:32:37 +0000
(07:32 +0100)
or build setup is to have ssh Listen on a specific address
vbuild-nightly.sh
patch
|
blob
|
history
diff --git
a/vbuild-nightly.sh
b/vbuild-nightly.sh
index
622a420
..
2479441
100755
(executable)
--- 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