different temporary dir. plus may have found real problem in builds.
authorFred T. Hamster <fred@hal.gruntose.blurgh>
Wed, 18 Jan 2012 02:23:23 +0000 (21:23 -0500)
committerFred T. Hamster <fred@hal.gruntose.blurgh>
Wed, 18 Jan 2012 02:23:23 +0000 (21:23 -0500)
production/paths.ini
production/setup_src/autotesting_tools/paths.ini
scripts/generator/whack_build.sh

index 6f28557c6992628e2cf3647694abe2522caf7a8d..c7b2ef18dcdcfc2feea8a2af4711a1045294d868 100644 (file)
@@ -1,3 +1,3 @@
 [Common]
-LogPath=$REPOSITORY_DIR/logs
+LogPath=$TMP/logs
 
index 6f28557c6992628e2cf3647694abe2522caf7a8d..c7b2ef18dcdcfc2feea8a2af4711a1045294d868 100644 (file)
@@ -1,3 +1,3 @@
 [Common]
-LogPath=$REPOSITORY_DIR/logs
+LogPath=$TMP/logs
 
index 870b285cc430795f650d387780be4a7221665434..fc391248f2c5885a0af0052dfc185ef101716102 100644 (file)
@@ -30,12 +30,12 @@ function whack_single_build_area()
 
   # avoid accidentally removing way too much important stuff if our variables have not
   # been previously established.
-  local WASTE_DIR="$CLEANING_LOCALE/waste"
-  local TEMPORARIES_DIR="$CLEANING_LOCALE/temporaries"
+  local WASTE_DIR="$CLEANING_TOP/waste"
+  local TEMPORARIES_DIR="$CLEANING_TOP/temporaries"
 
   # kerzap.
   rm -rf \
-    "$CLEANING_TOP/generatedJUnitFiles" \
+    "$REPOSITORY_DIR/generatedJUnitFiles" \
     "$CLEANING_TOP/binaries" \
     "$CLEANING_TOP/install" \
     "$CLEANING_TOP/logs" \
@@ -53,9 +53,7 @@ function whack_single_build_area()
   fi
 
   echo $(date): "Cleaned [$choprepo]."
-
   rm -rf "$NEW_TMP"
-
   return 0
 }
 
@@ -65,5 +63,3 @@ function whack_single_build_area()
 
 whack_single_build_area "$REPOSITORY_DIR"
 
-
-