From 7736a61f75a7081ee1bba5d7f5927419d841f489 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 20:14:43 -0400 Subject: [PATCH] Explain about replacing ciabot. --- install.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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, -- 2.26.2