contrib/continuous: a continuous integration build manager
commit3e993bb657daad31d8a7b1ef0a6a9f73bdd5f950
authorShawn O. Pearce <spearce@spearce.org>
Tue, 20 Mar 2007 04:33:41 +0000 (20 00:33 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Mar 2007 05:21:19 +0000 (19 22:21 -0700)
tree03b928c6fb77e19f44291e0dd257da83ead48335
parent1b89ef1731d21c607b06cc48be375b7de882acf7
contrib/continuous: a continuous integration build manager

This is a simple but powerful continuous integration build system
for Git.  It works by receiving push events from repositories
through the post-receive hook, aggregates them on a per-branch
basis into a first-come-first-serve build queue, and lets a
background build daemon perform builds one at a time.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/continuous/cidaemon [new file with mode: 0644]
contrib/continuous/post-receive-cinotify [new file with mode: 0644]