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:
315244d
)
added update step to get the libs up to date.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 16 May 2013 20:15:08 +0000
(16:15 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 16 May 2013 20:15:08 +0000
(16:15 -0400)
customizing/fred/build_xsedes.sh
patch
|
blob
|
history
diff --git
a/customizing/fred/build_xsedes.sh
b/customizing/fred/build_xsedes.sh
index 25ae50e6efe8e0f397328288d5dc7edd6da0dccc..dd153024e13f99dcd896dca1a5d0ec8b609a1fd6 100644
(file)
--- a/
customizing/fred/build_xsedes.sh
+++ b/
customizing/fred/build_xsedes.sh
@@
-8,6
+8,10
@@
function build_xsede()
if [ $? -ne 0 ]; then return 1; fi
echo "Build starting at: $(date)"
\rm -rf unit-test-reports
+ # update the libs first.
+ ant update
+ if [ $? -ne 0 ]; then return 1; fi
+ # then build the trunk.
ant -Dbuild.targetArch=64 build
if [ $? -ne 0 ]; then return 1; fi
# fix memory limits.