X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/0cc09122d51ed0d61e544d54a26c81945f817429..aca9cef6a8909d6be07fb7207f5049e40e7c6e6c:/nmi/testscript diff --git a/nmi/testscript b/nmi/testscript index c6f3c42..c1f2c64 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -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...