A new documentation page has been created:
PostCommitIRCBot - get your commit log read in IRC live!
Project: InDefero
Created by: Robbie Trencheny
Content:
# INTRODUCTION
Something I whipped up after finding a lack of IRC Git bots. Simply posts the info on the commit and a shortened URL to the channel of your choosing
# REQUIREMENTS
irccat - http://irccat.rubyforge.org/
git
curl
# INSTALL
On a server or localhost:
sudo gem install irc_cat
Configure irc_cat by following the instructions here: http://irccat.rubyforge.org/install.html
In your repo directory:
nano .git/hooks/post_commit
Paste the following, replacing things as needed.
http://pastie.org/749452
Startup irc_cat, check that it joined your room, make a commit and ta-da! Live IRC notifications!
--
Documentation page: http://projects.ceondo.com/p/indefero/page/PostCommitIRCBot/