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:
2dabeae
)
trying to track down weird bootstrapping problem on jenkins.
author
Chris Koeritz
<fred@gruntose.com>
Tue, 17 Jan 2012 00:19:41 +0000
(19:19 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 17 Jan 2012 00:19:41 +0000
(19:19 -0500)
scripts/generator/bootstrap_build.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/bootstrap_build.sh
b/scripts/generator/bootstrap_build.sh
index aa96a51859f106163009767ebea9a0e22cd5f299..09650e4f470cc37b35df857c8d4ead4dc81e7b93 100644
(file)
--- a/
scripts/generator/bootstrap_build.sh
+++ b/
scripts/generator/bootstrap_build.sh
@@
-66,8
+66,11
@@
echo "Build bootstrap process has started."
# preconditions for the build process...
# clean out the logs directory so we are all fresh.
+echo "Removing logs directory '$LOGS_DIR'..."
\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles"
-mkdir "$LOGS_DIR" # make this again so no one gets cranky.
+mkdir -p "$LOGS_DIR" # make this again so no one gets cranky.
+echo "after removing and making dir again, it's here '$LOGS_DIR'..."
+ls -al $LOGS_DIR
# set up our output directories etc.
prepare_binaries_dir