From 950bbce5971d696285fd59b3c8293613d4cafd5f Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Mon, 22 Nov 2010 15:45:32 +0000 Subject: [PATCH] update bundle to svn.atutor.ca location --- docs/bundle_acontent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bundle_acontent.sh b/docs/bundle_acontent.sh index 651fe6f..43f623e 100755 --- a/docs/bundle_acontent.sh +++ b/docs/bundle_acontent.sh @@ -8,7 +8,7 @@ set now = `date +"%Y_%m_%d"` set acontent_dir = "AContent_$now" set bundle = "AContent" -set svndir = "http://atutorsvn.atrc.utoronto.ca/repos/transformable2/trunk/docs/" +set svndir = "http://svn.atutor.ca/repos/transformable2/trunk/docs/" set svnexec = "svn" echo "\033[1mAContent Bundle Script [for CVS 1.3.1+] \033[0m" @@ -73,7 +73,7 @@ sed "s/define('AT_DEVEL_TRANSLATE', 1);/define('AT_DEVEL_TRANSLATE', 0);/" $acon sleep 1 echo -n "> $acontent_dir/AContent/svn.php -$svnexec log -q -r HEAD http://atutorsvn.atrc.utoronto.ca/repos/transformable2/trunk/ >> $acontent_dir/AContent/svn.php +$svnexec log -q -r HEAD http://svn.atutor.ca/repos/transformable2/trunk/ >> $acontent_dir/AContent/svn.php echo -n "';?>" >> $acontent_dir/AContent/svn.php echo "\nTargz'ing $bundle${extension}.tar.gz $acontent_dir/AContent/" -- 2.17.1