trying to track down weird bootstrapping problem on jenkins.
authorChris Koeritz <fred@gruntose.com>
Tue, 17 Jan 2012 00:19:41 +0000 (19:19 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 17 Jan 2012 00:19:41 +0000 (19:19 -0500)
scripts/generator/bootstrap_build.sh

index aa96a51859f106163009767ebea9a0e22cd5f299..09650e4f470cc37b35df857c8d4ead4dc81e7b93 100644 (file)
@@ -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