Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-08-23 08:10:53 +0400
committerJunio C Hamano <gitster@pobox.com>2012-08-24 07:58:20 +0400
commit64840701683b4126234b39da746b3cddb6db00a8 (patch)
tree0e4a133b2a055733449063ca66a41042c3a76781 /contrib/ciabot/README
parentc142616fb2152d7887f9c38ff20e07167d31b0c8 (diff)
Improved documentation for the ciabot scripts.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/ciabot/README')
-rw-r--r--contrib/ciabot/README14
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/ciabot/README b/contrib/ciabot/README
index 3b916acece..6d8b549f58 100644
--- a/contrib/ciabot/README
+++ b/contrib/ciabot/README
@@ -8,5 +8,15 @@ You probably want the Python version; it's faster, more capable, and
better documented. The shell version is maintained only as a fallback
for use on hosting sites that don't permit Python hook scripts.
-You will find installation instructions for each script in its comment
-header.
+To test these scripts, your project needs to have been registered with
+the CIA site. Here are the steps:
+
+1. Open an IRC window on irc://freenode/commits or your registered
+ project IRC channel.
+
+2. Run ciabot.py and/or ciabot.sh from any directory under git
+ control, using the -p option to pass in your project name.
+
+You should see a notification on the channel for your most recent commit.
+
+See the file INSTALL for installation instructions.