Author: jfrederic.clere(a)jboss.com
Date: 2013-07-18 08:02:54 -0400 (Thu, 18 Jul 2013)
New Revision: 3132
Modified:
trunk/build/unix/build.sh
Log:
Add traces.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-07-18 11:10:32 UTC (rev 3131)
+++ trunk/build/unix/build.sh 2013-07-18 12:02:54 UTC (rev 3132)
@@ -504,8 +504,10 @@
build_common_dir=${build_cache_dir}/common/${BUILD_TAG}
export build_common_dir
if $has_cache ; then
+ echo "Using cached ${build_common_dir}"
mkdir -p ${build_common_dir}
else
+ echo "Cleaning cache in ${build_common_dir}"
chmod -R u+rw ${build_common_dir}
rm -rf ${build_common_dir}
mkdir -p ${build_common_dir}
Show replies by date