[yt-svn] commit/yt: ngoldbaum: Updating the install script to point directly to bitbucket. Fixing an

Bitbucket commits-noreply at bitbucket.org
Wed Aug 15 17:08:32 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/2160220a810d/
changeset:   2160220a810d
branch:      stable
user:        ngoldbaum
date:        2012-08-16 02:06:19
summary:     Updating the install script to point directly to bitbucket.  Fixing an
error that caused some debug output to not be redirected to the
install log.
affected #:  1 file

diff -r e6227ef4338b6cc70de051951f2f17bdfb494ba6 -r 2160220a810d53ef32dcbd2b695fdbe626db9e98 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -597,11 +597,11 @@
     elif [ ! -e yt-hg ] 
     then
         YT_DIR="$PWD/yt-hg/"
-        ( ${HG_EXEC} --debug clone http://hg.yt-project.org/yt-supplemental/ 2>&1 ) 1>> ${LOG_FILE}
+        ( ${HG_EXEC} --debug clone https://bitbucket.org/yt_analysis/yt-supplemental/ 2>&1 ) 1>> ${LOG_FILE}
         # Recently the hg server has had some issues with timeouts.  In lieu of
         # a new webserver, we are now moving to a three-stage process.
         # First we clone the repo, but only up to r0.
-        ( ${HG_EXEC} --debug clone http://hg.yt-project.org/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
+        ( ${HG_EXEC} --debug clone https://bitbucket.org/yt_analysis/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
         # Now we update to the branch we're interested in.
         ( ${HG_EXEC} -R ${YT_DIR} up -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
     elif [ -e yt-hg ] 
@@ -679,7 +679,7 @@
 echo "Doing yt update, wiping local changes and updating to branch ${BRANCH}"
 MY_PWD=`pwd`
 cd $YT_DIR
-( ${HG_EXEC} pull && ${HG_EXEC} up -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
+( ${HG_EXEC} pull 2>1 && ${HG_EXEC} up -C 2>1 ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
 
 echo "Installing yt"
 echo $HDF5_DIR > hdf5.cfg

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list