From: Chris Koeritz Date: Thu, 16 May 2013 20:15:08 +0000 (-0400) Subject: added update step to get the libs up to date. X-Git-Tag: 2.140.90~983 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=80542d7e15e8d051e3986a1e035ffb19007dd7ca;p=feisty_meow.git added update step to get the libs up to date. --- diff --git a/customizing/fred/build_xsedes.sh b/customizing/fred/build_xsedes.sh index 25ae50e6..dd153024 100644 --- 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.