took out update step.
authorChris Koeritz <fred@gruntose.com>
Tue, 1 Oct 2013 15:23:10 +0000 (11:23 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 1 Oct 2013 15:23:10 +0000 (11:23 -0400)
scripts/buildor/build_xsedes.sh

index db28af00cab28b6746b41c4245c6c8c7cdad94ce..f30fdedc0c68886a425fd08c4aa4fc1044f99382 100644 (file)
@@ -12,8 +12,8 @@ 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
+#  # update the libs first.
+#  ant update
   if [ $? -ne 0 ]; then return 1; fi
   # then build the trunk.
   ant -Dbuild.targetArch=64 build