projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0dfe4e
)
trying a few more tricks to get jenkins happy.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 20:44:56 +0000
(15:44 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 20:44:56 +0000
(15:44 -0500)
scripts/generator/bootstrap_build.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/bootstrap_build.sh
b/scripts/generator/bootstrap_build.sh
index 0c4a5a5b3c0ec5fe6895bdab376365b88493c7e5..aa96a51859f106163009767ebea9a0e22cd5f299 100644
(file)
--- a/
scripts/generator/bootstrap_build.sh
+++ b/
scripts/generator/bootstrap_build.sh
@@
-66,7
+66,8
@@
echo "Build bootstrap process has started."
# preconditions for the build process...
# clean out the logs directory so we are all fresh.
-rm -rf "$LOGS_DIR"
+\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles"
+mkdir "$LOGS_DIR" # make this again so no one gets cranky.
# set up our output directories etc.
prepare_binaries_dir