summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-31 14:30:56 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-31 14:30:56 +0000
commit36bc13436f3c5d0acee441a791007255ffe48081 (patch)
tree38d237ad2c58e8ad59fdd57abe1923e0fde7eebe
parentae1dcd5e7fdb126e747da2f7e051a55d4c6363bf (diff)
abe-bisect.sh: Cleanup workdir before starting.
To avoid starting a bisect in a non-clean directory. Change-Id: I469c1b43596f8e45b68937c4e930c2b20d602083
-rwxr-xr-xabe-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 969fc650..cce140ab 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -41,6 +41,7 @@ cd "${mydir}"
mydir="$(pwd)"
cd ${rundir}
+rm -rf abe
git clone http://git.linaro.org/toolchain/abe.git
ABE=${rundir}/abe
${ABE}/configure --with-git-reference-dir=/home/tcwg-buildslave/snapshots-ref