summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-10-05 08:13:46 -0500
committerNeil Moore <neil@s-z.org>2012-10-05 08:13:46 -0500
commit29dbdebc5c551ea93f0b88d0f427c349a1db1f37 (patch)
tree7f8fc5cad5bfab740bb316d7967d75d606ad77ec
parente99bc34170fae2d53c36dded83ef64bbcf836a9c (diff)
downloadcrawlbot-29dbdebc5c551ea93f0b88d0f427c349a1db1f37.tar.gz
crawlbot-29dbdebc5c551ea93f0b88d0f427c349a1db1f37.zip
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.
-rw-r--r--lib/Crawl/Bot/Plugin/Commit.pm2
1 files changed, 1 insertions, 1 deletions
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 => (