aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-27 13:54:40 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-27 13:54:40 -0600
commite4d98d2e8ea66e391d5370bb8c715dbf2076f23a (patch)
tree3c04757d965740549e0639cf79712ad4086ca0db /scripts
parentd769a34f5fdccdc60fb6065eb5610c64ce50cc28 (diff)
specify an alternate file server
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Backport.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 17612889..bfe76417 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -55,7 +55,7 @@ esac
if test x"${GERRIT_TOPIC}" != x; then
gcc_branch="gcc.git~${GERRIT_TOPIC}"
fi
-$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}${excludecheck:+ --excludecheck ${excludecheck}}
+$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}${excludecheck:+ --excludecheck ${excludecheck}} --fileserver 148.251.136.42
# force a failure of abe has build problems.
if test $? -gt 0; then