From: Chris Koeritz Date: Mon, 17 Dec 2012 19:19:55 +0000 (-0500) Subject: added timestamps for when started and done. X-Git-Tag: 2.140.90~1165 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=210f8a5986f788036f884d630a8c1ea7440b8f74;p=feisty_meow.git added timestamps for when started and done. --- diff --git a/customizing/fred/build_cak0l.sh b/customizing/fred/build_cak0l.sh index 84f11d72..01e48e21 100644 --- a/customizing/fred/build_cak0l.sh +++ b/customizing/fred/build_cak0l.sh @@ -3,6 +3,7 @@ function build_xsede() { pushd ~/xsede/code/cak0l/trunk + echo "Build starting at: $(date)" ant -Dbuild.targetArch=64 build # fix memory limits. #hmmm: clean these up. @@ -22,6 +23,7 @@ function build_xsede() # sed -i -e "s/-Xmx512M/-Xmx1G/" "grid.bat" chmod 755 "grid.bat" fi + echo "Build done at: $(date)" popd }