From 29dbdebc5c551ea93f0b88d0f427c349a1db1f37 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Fri, 5 Oct 2012 08:13:46 -0500 Subject: Disable commit announcements. Somehow gitorious temporarily gave us a week-old master branch; the following update to normalcy caused over a hundred commits to be announced. This reverts commit e1163ac6aa2bcc324e44e340391bbdbe4fdca6c2. --- lib/Crawl/Bot/Plugin/Commit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Crawl/Bot/Plugin/Commit.pm b/lib/Crawl/Bot/Plugin/Commit.pm index 74cf10e..725a2c2 100644 --- a/lib/Crawl/Bot/Plugin/Commit.pm +++ b/lib/Crawl/Bot/Plugin/Commit.pm @@ -13,7 +13,7 @@ has repo_uri => ( has announce_commits => ( is => 'rw', isa => 'Bool', - default => 1, + default => 0, ); has checkout => ( -- cgit v1.2.3