From kde-commits Sat Apr 30 20:41:31 2011 From: Tom Albers Date: Sat, 30 Apr 2011 20:41:31 +0000 To: kde-commits Subject: kde-common/svn/hooks Message-Id: <20110430204131.C9640AC85D () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130419612922762 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);