]> andersk Git - gssapi-openssh.git/blobdiff - nmi/testscript
build from latest GT stable source installer
[gssapi-openssh.git] / nmi / testscript
index dbbd6ada9faa32caa307d1f57e07df69c68bcd2d..0a1c726f10767abe3e80050fec57d91eda5608e8 100755 (executable)
@@ -1,13 +1,5 @@
 #!/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
 GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus
 ZLIB_LOCATION=$_CONDOR_SCRATCH_DIR/zlib
 LOGNAME=$USER
@@ -21,26 +13,6 @@ echo ==================================================
 echo Directory contents:
 ls -Rl
 echo ==================================================
-echo PATHs:
-echo `which wget`
-echo `which curl`
-echo `which ncftpget`
-echo `which ftp`
-echo ==================================================
-echo Installing Globus Toolkit...
-if test -x `which wget`; then
-  wget $GT_INSTALLER_URL
-else
-  curl $GT_INSTALLER_URL > $GT_INSTALLER
-fi
-tar xfz $GT_INSTALLER
-cd gt*-installer
-./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \
-            --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION"
-make gsi-openssh install
-. $GLOBUS_LOCATION/etc/globus-user-env.sh
-cd ..
-echo ==================================================
 if test -d /prereq/zlib-1.2.3; then
   ZLIB_LOCATION=/prereq/zlib-1.2.3
   echo zlib found in $ZLIB_LOCATION
@@ -53,6 +25,15 @@ else
   cd ..
 fi
 echo ==================================================
+echo Installing Globus Toolkit...
+tar xfj gt*-all-source-installer.tar.bz2
+cd gt*-installer
+./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \
+            --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION"
+make gsi-openssh install
+. $GLOBUS_LOCATION/etc/globus-user-env.sh
+cd ..
+echo ==================================================
 GLOBUS_FLAVOR_NAME=`gpt-query -name=gsi_openssh | perl -n -e 'if (/gsi_openssh-(.*)-pgm/){print "$1\n";}'|head -1`
 export GLOBUS_FLAVOR_NAME
 echo GPT GLOBUS_FLAVOR_NAME is $GLOBUS_FLAVOR_NAME.  Installing globus_core.
This page took 0.036 seconds and 4 git commands to generate.