aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-18 17:37:30 +0000
committerRob Savoye <rob.savoye@linaro.org>2014-11-18 17:37:30 +0000
commitd1fb974f5cc85c7e9cbfb6da4fde8166bb184024 (patch)
tree51cb7fbc2af327cac71ff20dc6430e5022d49315
parent162da2f35e9b6ae25f3dce39f3e17ed5a6c289f0 (diff)
remove --with-fileserver option now that the lab is back online
-rwxr-xr-xjenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 14c37e5..5871376 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -172,7 +172,7 @@ fi
if test x"${abe_dir}" = x; then
abe_dir=${topdir}
fi
-$CONFIG_SHELL ${abe_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${shared}/snapshots --with-fileserver=${fileserver}
+$CONFIG_SHELL ${abe_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${shared}/snapshots
# load commonly used varibles set by configure
if test -e "${PWD}/host.conf"; then