From: jbasney Date: Thu, 12 Apr 2007 22:16:32 +0000 (+0000) Subject: untar the GT nightly installer locally X-Git-Tag: OPENSSH_GSI_GPT_4_0~7 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/a0f588676d238c183b01c39393559086cfe01bb2 untar the GT nightly installer locally --- diff --git a/nmi/gt-nightly.ftp b/nmi/gt-nightly.ftp index 99c3db0..c2190ac 100644 --- a/nmi/gt-nightly.ftp +++ b/nmi/gt-nightly.ftp @@ -1,4 +1,4 @@ method = ftp ftp_root = http:// ftp_target = www.globus.org/HEAD/nightly.tar.gz -untar = true +untar = false diff --git a/nmi/testscript b/nmi/testscript index 887464e..0df792f 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -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