]> andersk Git - gssapi-openssh.git/commitdiff
try again to use the gt4.0.4 binary installer on all platforms
authorjbasney <jbasney>
Wed, 11 Apr 2007 16:21:03 +0000 (16:21 +0000)
committerjbasney <jbasney>
Wed, 11 Apr 2007 16:21:03 +0000 (16:21 +0000)
nmi/testscript

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