From 30085a4862d13b215ef246f57cb217df7b061ac8 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Wed, 7 Nov 2012 19:30:12 -0600 Subject: Link to git.develz.org mirror rather than gitorious. The gitorious UI refuses to display sufficiently large commits, rather than doing the reasonable thing and degrading to a non-javascript UI. --- lib/Crawl/Bot/Plugin/Commit.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Crawl/Bot/Plugin/Commit.pm b/lib/Crawl/Bot/Plugin/Commit.pm index 683dc4d..3575c73 100644 --- a/lib/Crawl/Bot/Plugin/Commit.pm +++ b/lib/Crawl/Bot/Plugin/Commit.pm @@ -124,7 +124,7 @@ sub said { $commit->{nins}, $commit->{ndel}, $self->colour(query => "reset"), $self->colour(query => "url"), - "https://gitorious.org/crawl/crawl/commit/$abbr", + "http://git.develz.org/?p=crawl.git;a=commitdiff;h=$abbr", $self->colour(query => "reset"), ) ); @@ -198,7 +198,7 @@ sub tick { $commit->{nins}, $commit->{ndel}, $self->colour(announce => "reset"), $self->colour(announce => "url"), - "https://gitorious.org/crawl/crawl/commit/$abbr", + "http://git.develz.org/?p=crawl.git;a=commitdiff;h=$abbr", $self->colour(announce => "reset"), ) ); -- cgit v1.2.3-54-g00ecf