aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-08-29 12:54:09 +0000
committerNicolas Vigier <boklm@mageia.org>2012-08-29 12:54:09 +0000
commitdd50562d451b596347dfa13393ab8fdff95bbb1a (patch)
tree34a4a042c3473c9edb43439a5db9ab9d9c755f8b /modules/subversion
parentf220d6548a3e643cc1313b10e55179cc28ef3f17 (diff)
downloadpuppet-dd50562d451b596347dfa13393ab8fdff95bbb1a.tar
puppet-dd50562d451b596347dfa13393ab8fdff95bbb1a.tar.gz
puppet-dd50562d451b596347dfa13393ab8fdff95bbb1a.tar.bz2
puppet-dd50562d451b596347dfa13393ab8fdff95bbb1a.tar.xz
puppet-dd50562d451b596347dfa13393ab8fdff95bbb1a.zip
update cia bot address
Diffstat (limited to 'modules/subversion')
-rwxr-xr-xmodules/subversion/templates/ciabot_svn.sh4
1 files changed, 2 insertions, 2 deletions
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/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`
if test -n "$ignore_author" && echo "$author" | grep -q "$ignore_author"