]> andersk Git - gssapi-openssh.git/commitdiff
CVS paths changed in move to cvs.globus.org
authorbasney <basney>
Fri, 3 Aug 2007 16:15:54 +0000 (16:15 +0000)
committerbasney <basney>
Fri, 3 Aug 2007 16:15:54 +0000 (16:15 +0000)
nmi/cmdfile
nmi/testscript

index 74255c66fe9345d5e1145a1e5f43efbfc3b347be..53aee8cd27ed609eb5b021fb4e222027d0286b63 100644 (file)
@@ -7,7 +7,7 @@ run_type = build
 description = GSI-OpenSSH
 component_version = CVS
 inputs = gsissh-src.cvs, gsissh-nmi.cvs, zlib-src.ftp, autotools.cvs, gt-nightly.ftp, gt-release.ftp
-remote_task = nmi/testscript
+remote_task = gssapi-openssh/nmi/testscript
 platforms = ia64_sles_8, ia64_sles_9, ppc_aix_5.2, ppc_macos_10.4, sun4u_sol_5.9, x86_64_rhas_3, x86_64_rhas_4, x86_deb_3.1, x86_fc_3, x86_fc_4, x86_rhas_3, x86_rhas_4
 #prereqs = zlib-1.2.3
 prereqs_ppc_macos_10.4 = curl-7.15.1
index 0a1c726f10767abe3e80050fec57d91eda5608e8..1407e1b63d49538a5d6b371f44bc74eb5c2b21a2 100755 (executable)
@@ -51,7 +51,7 @@ if test -d openssh; then
   ./install-autotools $GLOBUS_LOCATION
   cd ..
   echo ==================================================
-  cd openssh
+  cd gssapi-openssh/openssh
   if test -f make_gpt_dist; then
     echo Building GSI-OpenSSH GPT package from CVS...
     ./make_gpt_dist
@@ -66,7 +66,7 @@ if test -d openssh; then
       --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty
     make install
   fi
-  cd ..
+  cd ../..
 fi
 if test -f nightly.tar.gz; then
     echo ==================================================
@@ -96,7 +96,7 @@ if test -f nightly.tar.gz; then
         ./install-autotools $GLOBUS_LOCATION
         cd ..
         echo ==================================================
-        cd openssh
+        cd gssapi-openssh/openssh
         if test -f make_gpt_dist; then
             echo Building GSI-OpenSSH GPT package from CVS...
             gpt-build -force -verbose gsi_openssh-*.tar.gz $GLOBUS_FLAVOR_NAME \
This page took 0.043739 seconds and 5 git commands to generate.