aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-06 10:28:13 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-06 10:28:13 -0700
commitc55c4757fee54717b0c0c916de6249c82ee1a3b7 (patch)
tree4af4fb099078778002ddc79930ec9947961883f5
parent4de0bb04797d93d249c4ca35760a75a640dbd989 (diff)
add the remote file server
Change-Id: Ia819b008cf798fdeb091b364e9886999caaa2e00
-rwxr-xr-xscripts/Backport.job4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 85160fe..6db13e3 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -13,11 +13,11 @@ Files-Pattern: *
License-Type: open
EOF
-rm -fr ${WORKSPACE}/_build
+rm -fr ${WORKSPACE}
mkdir -p ${WORKSPACE}/_build
cd ${WORKSPACE}/_build
-$CONFIG_SHELL ${cbuild_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${snapshots_ref}
+$CONFIG_SHELL ${cbuild_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${snapshots_ref} --with-fileserver=148.251.136.42
$CONFIG_SHELL -x ${cbuild_dir}/test-backport.sh --target ${target} ${gcc_branch}
# force a failure of cbuild2 has build problems.