SVN commit 1229875 by toma: Web has moved from Jamaica to Spider. Adjust the hook. M +1 -1 post-commit.pl --- trunk/kde-common/svn/hooks/post-commit.pl #1229874:1229875 @@ -382,7 +382,7 @@ push(@head, "From:$blame\n"); push(@head, "To: $recipient\n"); push(@head, "Cc: ".join(', ', @cclist)."\n") if(@cclist); -push(@head, "Bcc: svnupdate\@ktown.kde.org, kde-web-update\@jamaica-mail.kde.org\n") +push(@head, "Bcc: svnupdate\@ktown.kde.org, scmupdate\@spider-mail.kde.org\n") if($web_update); push(@head, "Subject: $subject\n"); push(@head, $commit_dirs);