From 3beaa01a1f330792e358f50d9cda3551e792279d Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 4 Nov 2014 11:15:11 -0700 Subject: adjust file server default Change-Id: I725d163f8b96f0f6634b1955d91d9984843c0b37 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index affce050..1ab845d6 100644 --- a/configure.ac +++ b/configure.ac @@ -236,12 +236,12 @@ if test ! -d ${CBUILD_TOP}; then 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'. AC_ARG_WITH(fileserver, AC_HELP_STRING([--with-fileserver], [the remote file server hostname]), FILESERVER=${withval}, - FILESERVER='toolchain64') + FILESERVER='cbuild.validation.linaro.org') AC_SUBST(FILESERVER) AC_ARG_WITH(sources-conf, @@ -302,7 +302,7 @@ dnl A URL to the remote directory where snapshots are stored AC_ARG_WITH(remote-snapshots, AC_HELP_STRING([--with-remote-snapshots], []), REMOTE_SNAPSHOTS=${withval}, - REMOTE_SNAPSHOTS='http://cbuild.validation.linaro.org/snapshots') + REMOTE_SNAPSHOTS="http://${FILESERVER}/snapshots") AC_SUBST(REMOTE_SNAPSHOTS) dnl Display the default paths so the user does not need to look in the host.conf file. -- cgit v1.2.3