aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-05-03 14:44:02 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-05-03 15:29:43 +0000
commitfbd95f16d6d4be5a7cb4089c2495ea6092a03f4a (patch)
tree0fc2c643aabadc8cbbbea9bb33f33d443d85f051
parent5ab72eb1f12a86e6e56e3c8f7cb71f271ee344d6 (diff)
Remove handling of obsolete options: --fileserver / --with-fileserver=
Change-Id: I2b21ce650cdd6d4f0d60c73cf7a3dd0e70818c99
-rwxr-xr-xabe.sh4
-rwxr-xr-xconfigure15
-rw-r--r--configure.ac9
-rw-r--r--host.conf.in1
4 files changed, 0 insertions, 29 deletions
diff --git a/abe.sh b/abe.sh
index 8322e712..5e27dcc9 100755
--- a/abe.sh
+++ b/abe.sh
@@ -790,10 +790,6 @@ while test $# -gt 0; do
# URL can be either for a source tarball, or a checkout via svn, bzr,
# or git
case "$1" in
- --fileserver)
- warning "The --fileserver option has been removed, so ignoring it."
- continue
- ;;
--build)
check_directive build $2
diff --git a/configure b/configure
index 27fe2311..314ad640 100755
--- a/configure
+++ b/configure
@@ -680,7 +680,6 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
with_toplevel
-with_fileserver
with_sources_conf
with_sysroot
with_local_snapshots
@@ -1342,7 +1341,6 @@ Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-toplevel
- --with-fileserver the remote file server hostname
--with-sources-conf
--with-sysroot
--with-local-snapshots Where downloaded tarballs are stored
@@ -3678,17 +3676,6 @@ $as_echo "$as_me: WARNING: ${ABE_TOP} does not exist so creating directory!" >&2
mkdir -p ${ABE_TOP}
fi
-# 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='148.251.136.42/snapshots-ref'
-fi
-
-
# Check whether --with-sources-conf was given.
if test "${with_sources_conf+set}" = set; then :
@@ -3783,8 +3770,6 @@ $as_echo "$as_me: My builds will be installed in: ${LOCAL_BUILDS}" >&6;}
$as_echo "$as_me: Sysroots will be installed in: ${SYSROOTS}" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&5
$as_echo "$as_me: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&6;}
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Using remote fileserver: http://${FILESERVER}" >&5
-$as_echo "$as_me: Using remote fileserver: http://${FILESERVER}" >&6;}
echo ""
diff --git a/configure.ac b/configure.ac
index 30520d39..763c97e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,14 +214,6 @@ if test ! -d ${ABE_TOP}; then
mkdir -p ${ABE_TOP}
fi
-# 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='148.251.136.42/snapshots-ref')
-dnl AC_SUBST(FILESERVER)
-
AC_ARG_WITH(sources-conf,
AC_HELP_STRING([--with-sources-conf], []),
SOURCES_CONF=${withval},
@@ -293,7 +285,6 @@ AC_MSG_NOTICE([Downloaded snapshots will be stored in: ${LOCAL_SNAPSHOTS}])
AC_MSG_NOTICE([My builds will be installed in: ${LOCAL_BUILDS}])
AC_MSG_NOTICE([Sysroots will be installed in: ${SYSROOTS}])
AC_MSG_NOTICE([Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}])
-AC_MSG_NOTICE([Using remote fileserver: http://${FILESERVER}])
echo ""
AC_ARG_WITH(languages,
diff --git a/host.conf.in b/host.conf.in
index 4255742e..65412fc1 100644
--- a/host.conf.in
+++ b/host.conf.in
@@ -33,6 +33,5 @@ supdate=@ENABLE_SOURCE_UPDATE@
parallel=@ENABLE_PARALLEL@
wget_bin=@WGET@
-fileserver=@FILESERVER@
bash_shell=@BASH@
NEWWORKDIR=@NEWWORKDIR@