]> andersk Git - gssapi-openssh.git/commitdiff
untar the GT nightly installer locally
authorjbasney <jbasney>
Thu, 12 Apr 2007 22:16:32 +0000 (22:16 +0000)
committerjbasney <jbasney>
Thu, 12 Apr 2007 22:16:32 +0000 (22:16 +0000)
nmi/gt-nightly.ftp
nmi/testscript

index 99c3db0ca072ad070ec074ceeeac75ab2f960d84..c2190ac1d92122be667cc0aab58aa6cc03910adb 100644 (file)
@@ -1,4 +1,4 @@
 method = ftp
 ftp_root = http://
 ftp_target = www.globus.org/HEAD/nightly.tar.gz
-untar = true
+untar = false
index 887464ee1b5609125a5d3ed4e108110c0d750498..0df792fdfed701c88465bf8737cb2d41f3ac98b0 100755 (executable)
@@ -85,10 +85,11 @@ if test -d openssh; then
     make install
   fi
 fi
-if test -d gtTRUNK-all-source-installer; then
+if test -f nightly.tar.gz; then
     echo ==================================================
     echo Installing GT CVS Trunk...
     GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus-trunk
+    tar xfz nightly.tar.gz
     cd gtTRUNK-all-source-installer
     ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose"
     make gsi-openssh install
This page took 0.044044 seconds and 5 git commands to generate.