aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-26 12:44:40 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-26 12:44:40 -0700
commit488985815f75ea0497874c3b90acc09130f5549d (patch)
tree72dd9024957a8a7b3d7c5f3aacdb626a25069fc0
parent9e24457e45f9b3ebbdeb9b2e0e95861b88f7a339 (diff)
drop using the fileserver option now that the lab is back online.
-rwxr-xr-xscripts/Backport.job4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index a1c7601..eebe4cb 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -17,9 +17,9 @@ rm -fr ${WORKSPACE}
mkdir -p ${WORKSPACE}/_build
cd ${WORKSPACE}/_build
-$CONFIG_SHELL ${abe_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${snapshots_ref} --with-fileserver=148.251.136.42
+$CONFIG_SHELL ${abe_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${snapshots_ref}
-$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --fileserver=148.251.136.42 --target ${target} ${gcc_branch}
+$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}
# force a failure of abe has build problems.
if test $? -gt 0; then