diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2012-08-23 01:21:53 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-23 20:58:24 -0700 |
commit | df1effa6909d07c859e4ade03dbea3e32e5595b4 (patch) | |
tree | 7e172424961766713f2cc9600c3a2b6208682c22 /contrib/ciabot/README | |
parent | 64840701683b4126234b39da746b3cddb6db00a8 (diff) | |
download | git-df1effa6909d07c859e4ade03dbea3e32e5595b4.tar.gz |
Make the ciabot scripts completely self-configuring in the normal case.
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/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/ciabot/README b/contrib/ciabot/README index 6d8b549f58..2dfe1f91f5 100644 --- a/contrib/ciabot/README +++ b/contrib/ciabot/README @@ -8,15 +8,4 @@ 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. -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. |