From 78fc8f4909750407585990aa10522d9510a69804 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 6 Dec 2009 01:23:41 +0100 Subject: Enable CIA's commit notifications We now use CIA's service to send commit notifications to IRC. They are currently sent to the #Nagios-Devel channel on Freenode. See: http://cia.vc/stats/project/nagiosplug/ http://cia.vc/account/bots/15699/ --- tools/git-notify | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/git-notify') diff --git a/tools/git-notify b/tools/git-notify index faa17850..d8528234 100755 --- a/tools/git-notify +++ b/tools/git-notify @@ -48,7 +48,7 @@ sub get_repos_name(); my $mailer = "/usr/bin/mail"; # CIA notification address -my $cia_address = "cia\@cia.navi.cx"; +my $cia_address = "cia\@cia.vc"; # debug mode my $debug = 0; @@ -327,7 +327,7 @@ sub mail_notification($$$@) { my ($name, $subject, $content_type, @text) = @_; - $subject = "[$repos_name] $subject" if $emit_repo; + $subject = "[$repos_name] $subject" if ($emit_repo and $name ne $cia_address); $subject = encode("MIME-Q",$subject); if ($debug) -- cgit v1.2.3