diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-08-29 12:54:09 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-08-29 12:54:09 +0000 |
commit | dd50562d451b596347dfa13393ab8fdff95bbb1a (patch) | |
tree | 34a4a042c3473c9edb43439a5db9ab9d9c755f8b /modules/subversion | |
parent | f220d6548a3e643cc1313b10e55179cc28ef3f17 (diff) | |
download | puppet-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-x | modules/subversion/templates/ciabot_svn.sh | 4 |
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/\&/\&/g;s/</\</g;s/>/\>/g'` if test -n "$ignore_author" && echo "$author" | grep -q "$ignore_author" |