aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.