git-commit-vandalism/contrib/ciabot
Eric S. Raymond c142616fb2 contrib/ciabot: Get ciabot configuration from git variables
These changes remove all need to modify the ciabot scripts for installation.
Instead, per-project configuration can be dome via variables in a [ciabot]
section of the config file.

Also, correct for the new server address.

Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-08-22 11:15:43 -07:00
..
ciabot.py contrib/ciabot: Get ciabot configuration from git variables 2012-08-22 11:15:43 -07:00
ciabot.sh contrib/ciabot: Get ciabot configuration from git variables 2012-08-22 11:15:43 -07:00
README Integrate version 3 ciabot scripts into contrib/. 2010-04-02 09:19:17 -07:00

These are hook scripts for the CIA notification service at <http://cia.vc/>

They are maintained by Eric S. Raymond <esr@thyrsus.com>.  There is an
upstream resource page for them at <http://www.catb.org/esr/ciabot/>,
but they are unlikely to change rapidly.

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.