[Yt-svn] yt-commit r1316 - branches/yt-1.5/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu May 21 08:48:32 PDT 2009


Author: mturk
Date: Thu May 21 08:48:30 2009
New Revision: 1316
URL: http://yt.spacepope.org/changeset/1316

Log:
Missed the changeover to yt-1.5 in the osx install script.



Modified:
   branches/yt-1.5/doc/install_script_osx.sh

Modified: branches/yt-1.5/doc/install_script_osx.sh
==============================================================================
--- branches/yt-1.5/doc/install_script_osx.sh	(original)
+++ branches/yt-1.5/doc/install_script_osx.sh	Thu May 21 08:48:30 2009
@@ -137,13 +137,13 @@
     elif [ -e $ORIG_PWD/../yt/mods.py ]
     then
         YT_DIR=`dirname $ORIG_PWD`
-    elif [ ! -e yt-trunk-svn ] 
+    elif [ ! -e yt-1.5 ] 
     then
-        ( svn co http://svn.enzotools.org/yt/trunk/ ./yt-trunk-svn 2>&1 ) 1>> ${LOG_FILE}
-        YT_DIR="$PWD/yt-trunk-svn/"
-    elif [ -e yt-trunk-svn ] 
+        ( svn co http://svn.enzotools.org/yt/branches/yt-1.5 ./yt-1.5 2>&1 ) 1>> ${LOG_FILE}
+        YT_DIR="$PWD/yt-1.5/"
+    elif [ -e yt-1.5 ] 
     then
-        YT_DIR="$PWD/yt-trunk-svn/"
+        YT_DIR="$PWD/yt-1.5/"
     fi
     echo Setting YT_DIR=${YT_DIR}
 fi



More information about the yt-svn mailing list