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:
af4c17d
)
added timestamps for when started and done.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 17 Dec 2012 19:19:55 +0000
(14:19 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 17 Dec 2012 19:19:55 +0000
(14:19 -0500)
customizing/fred/build_cak0l.sh
patch
|
blob
|
history
diff --git
a/customizing/fred/build_cak0l.sh
b/customizing/fred/build_cak0l.sh
index 84f11d72ff5934432fb9ae9061e038dca82a2d43..01e48e21ffa35c88ce1b7a102c3b279b8e0c3ec2 100644
(file)
--- 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
}