diff sources/more/bisectinate.sh @ 985:c7fd7c400d3b

Add more cleanup to bisectinate's repository initialization (reliability tweak).
author Rob Landley <rob@landley.net>
date Wed, 24 Feb 2010 10:11:02 -0600
parents 44483a915e13
children fb0152b485f4
line wrap: on
line diff
--- a/sources/more/bisectinate.sh	Wed Feb 24 10:08:38 2010 -0600
+++ b/sources/more/bisectinate.sh	Wed Feb 24 10:11:02 2010 -0600
@@ -29,6 +29,7 @@
 
 mkdir -p build/logs
 cd "$REPO" &&
+git clean -fdx && git checkout -f &&
 git bisect reset &&
 git bisect start &&
 git bisect good "$START" || exit 1
@@ -85,9 +86,3 @@
   RESULT="$(git bisect $RESULT)"
   cd "$FWLDIR"
 done
-
-
-
-#git bisect start
-#git bisect good 57dded090d6
-#git bisect bad origin/0_9_30