diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-09-26 22:33:02 +0200 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2013-09-26 15:49:36 -0700 |
commit | 6dab2781a1dea0c5dd52ac3bddaed08ec08e8969 (patch) | |
tree | 1f2d66f03d54905baeb5bf93929bccb15b906f7b /contrib/ciabot/README | |
parent | 8de8e40caa8346a536defc9cca63d55137f592f2 (diff) | |
download | git-6dab2781a1dea0c5dd52ac3bddaed08ec08e8969.tar.gz git-6dab2781a1dea0c5dd52ac3bddaed08ec08e8969.tar.xz |
contrib: remove ciabot
Almost a year ago the CIA service irrevocably crashed. The CIA author
had plans to revive the service, but the effort has since sunk without
trace.
Projects tend to use "irker" instead these days. Repository hook
scripts for irker ship with the irker distribution.
Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Acked-by: Eric S. Raymond <esr@thyrsus.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.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 deleted file mode 100644 index 2dfe1f91f..000000000 --- a/contrib/ciabot/README +++ /dev/null @@ -1,11 +0,0 @@ -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. - -See the file INSTALL for installation instructions. |