]> andersk Git - gssapi-openssh.git/commitdiff
still need to build from source on ia64_sles_9 and sun4u_sol_5.9
authorjbasney <jbasney>
Thu, 12 Apr 2007 21:11:56 +0000 (21:11 +0000)
committerjbasney <jbasney>
Thu, 12 Apr 2007 21:11:56 +0000 (21:11 +0000)
nmi/testscript

index 819644b6fe3f4a55384ecb7382a7330431604c32..c1f2c64c7aa714d3962622658fe8d9ea4e0662ce 100755 (executable)
@@ -1,7 +1,13 @@
 #!/bin/sh
 set -e # exit on any error
-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
+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.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
 LOGNAME=$USER
This page took 0.040446 seconds and 5 git commands to generate.