From dd50562d451b596347dfa13393ab8fdff95bbb1a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 29 Aug 2012 12:54:09 +0000 Subject: update cia bot address --- modules/subversion/templates/ciabot_svn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/subversion') diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh index 8dea608c..63aa77a8 100755 --- a/modules/subversion/templates/ciabot_svn.sh +++ b/modules/subversion/templates/ciabot_svn.sh @@ -33,7 +33,7 @@ # # -------------------------------------------------------------------------- # -# See http://cia.navi.cx for more information on what the CIA bot +# See http://cia.vc for more information on what the CIA bot # is and how it works, and links to other client scripts. # # To use the CIA bot in your Subversion repository... @@ -78,7 +78,7 @@ REPOS="$1" REV="$2" # The email address CIA lives at -cia_address="cia@cia.navi.cx" +cia_address="cia@cia.vc" author=`svnlook author -r "$REV" "$REPOS" | sed 's/\&/\&/g;s//\>/g'` if test -n "$ignore_author" && echo "$author" | grep -q "$ignore_author" -- cgit v1.2.1