From: Eric S. Raymond Date: Wed, 3 Oct 2012 00:14:43 +0000 (-0400) Subject: Explain about replacing ciabot. X-Git-Tag: 1.5~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7736a61f75a7081ee1bba5d7f5927419d841f489;p=irker.git Explain about replacing ciabot. --- diff --git a/install.txt b/install.txt index c771016..5216a2c 100644 --- a/install.txt +++ b/install.txt @@ -44,6 +44,15 @@ hook script of your repo. Under Subversion, the call goes in your repo's post-commit script. Under Mercurial there are two different ways to install it. See the irkerhook manual page for details. +Note that if you wee using the CIA service and have ciabot.py in your +git update script, you can simply replace this + +/path/to/ciabot.py ${refname} $(git rev-list ${oldhead}..${newhead} | tac) + +with this: + +/path/to/irkerhook.py --refname=${refname} $(git rev-list ${oldhead}..${newhead} | tac) + == Testing == To verify that your repo produces well-formed JSON notifications,