]> andersk Git - gssapi-openssh.git/blobdiff - nmi/testscript
still need to build from source on ia64_sles_9 and sun4u_sol_5.9
[gssapi-openssh.git] / nmi / testscript
index c6f3c42a68eb99fbb0acc3a245f48b7547aa6fa1..c1f2c64c7aa714d3962622658fe8d9ea4e0662ce 100755 (executable)
@@ -1,11 +1,12 @@
 #!/bin/sh
 set -e # exit on any error
-if test "$NMI_PLATFORM" = "ia64_sles_9"; then
-  GT_INSTALLER=gt4.0.3-all-source-installer.tar.gz
-  GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.3/installers/src/$GT_INSTALLER
+if test "$NMI_PLATFORM" = "ia64_sles_9" -o \
+        "$NMI_PLATFORM" = "sun4u_sol_5.9"; then
+  GT_INSTALLER=gt4.0.4-all-source-installer.tar.gz
+  GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.4/installers/src/$GT_INSTALLER
 else
-  GT_INSTALLER=gt4.0.3-$NMI_PLATFORM-installer.tar.gz
-  GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.3/installers/bin/$GT_INSTALLER
+  GT_INSTALLER=gt4.0.4-$NMI_PLATFORM-installer.tar.gz
+  GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.4/installers/bin/$GT_INSTALLER
 fi
 GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus
 ZLIB_LOCATION=$_CONDOR_SCRATCH_DIR/zlib
@@ -40,7 +41,7 @@ make gsi-openssh install
 cd ..
 echo ==================================================
 if test -d /prereq/zlib-1.2.3; then
-  $ZLIB_LOCATION=/prereq/zlib-1.2.3
+  ZLIB_LOCATION=/prereq/zlib-1.2.3
   echo zlib found in $ZLIB_LOCATION
 else
   echo Building zlib-1.2.3...
This page took 0.036156 seconds and 4 git commands to generate.