[Yt-svn] yt: Moving the initial clone to using the --pull option, and wit...

hg at spacepope.org hg at spacepope.org
Tue Nov 23 17:22:08 PST 2010


hg Repository: yt
details:   yt/rev/b6d1f417c53c
changeset: 3555:b6d1f417c53c
user:      Matthew Turk <matthewturk at gmail.com>
date:
Tue Nov 23 20:22:04 2010 -0500
description:
Moving the initial clone to using the --pull option, and with --debug enabled.
This will (hopefully) help us track down any possible issues with the server's
hgweb that have shown up intermittently.

diffstat:

 doc/install_script.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 12374e621afd -r b6d1f417c53c doc/install_script.sh
--- a/doc/install_script.sh	Tue Nov 23 15:50:58 2010 -0500
+++ b/doc/install_script.sh	Tue Nov 23 20:22:04 2010 -0500
@@ -353,7 +353,7 @@
     then
         # Note that we clone the entire repository, not just the branch in
         # question.  We update to the correct branch momentarily...
-        ( ${HG_EXEC} clone http://hg.enzotools.org/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
+        ( ${HG_EXEC} --debug clone --pull http://hg.enzotools.org/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
         YT_DIR="$PWD/yt-hg/"
         ( ${HG_EXEC} up -R ${YT_DIR} -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
     elif [ -e yt-hg ] 



More information about the yt-svn mailing list