aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-04 11:15:20 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-04 11:15:20 -0700
commit6aef20f08ac6bcb7654c21ff352a13ace8e59294 (patch)
treeb4da81f45253e7afc86295dd0f095bb09bbde67f
parent3beaa01a1f330792e358f50d9cda3551e792279d (diff)
regenerated
Change-Id: Idbe3c289b2349dfddf055f3a9a377485e8edfe58
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index ba8d917..b75a5d0 100755
--- a/configure
+++ b/configure
@@ -3707,14 +3707,14 @@ $as_echo "$as_me: WARNING: ${CBUILD_TOP} does not exist so creating directory!"
mkdir -p ${CBUILD_TOP}
fi
-# The various Jenkins jbs copy log files and rest results to a remote file
+# The various Jenkins jobs copy log files and rest results to a remote file
# server for storage and comparison. For the TCWG, this has been 'toolchain64'.
# Check whether --with-fileserver was given.
if test "${with_fileserver+set}" = set; then :
withval=$with_fileserver; FILESERVER=${withval}
else
- FILESERVER='toolchain64'
+ FILESERVER='cbuild.validation.linaro.org'
fi
@@ -3797,7 +3797,7 @@ fi
if test "${with_remote_snapshots+set}" = set; then :
withval=$with_remote_snapshots; REMOTE_SNAPSHOTS=${withval}
else
- REMOTE_SNAPSHOTS='http://cbuild.validation.linaro.org/snapshots'
+ REMOTE_SNAPSHOTS="http://${FILESERVER}/snapshots"
fi