2 dead](http://shadowm.rewound.net/blog/archives/245-CIA.vc-is-dead.html). It
3 would be good to find another way to have commits announced to the IRC
6 `repo.or.cz` which was used to send updates to CIA is also able to trigger
7 HTTP post compatible with HTTP post compatible with [GitHub
8 webhooks](https://help.github.com/articles/post-receive-hooks).
9 [gitbot](https://github.com/thedjinn/gitbot) is a fairly trivial bot
10 written in Ruby that receives these kind of commit notifications and
11 write them on an IRC channel. However, repo.or.cz does not support
12 notifications for mirror projects. It does not look that hard to add
13 this feature to their software, but we were not able to get an
14 up-to-date copy thereof after 2 emails and 5 weeks, so this does not
15 look viable a solution.
17 Other options: [irker](http://www.catb.org/esr/irker/) and
18 [KGB](http://kgb.alioth.debian.org/). Both needs to be able to set custom
19 post-receive hooks in the repository. That's why we have
20 [[!tails_ticket 5480 desc="centralized Git repositories"]].
27 See [[!tails_ticket 6033]] and sub-tasks.
31 If it does not work as planned at immerda, we could research for
32 a third-party to offer either the "IRC notification reacting on GitHub
33 webhooks" service or the full "monitor Git repositories and notify on
36 Or we could host the whole set of our own Git repositories ourselves,
37 so that we can use KGB or irker.