author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 20 Mar 2007 04:33:41 +0000 (00:33 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Mar 2007 05:21:19 +0000 (22:21 -0700) | ||
commit | 3e993bb657daad31d8a7b1ef0a6a9f73bdd5f950 | |
tree | 03b928c6fb77e19f44291e0dd257da83ead48335 | tree | snapshot |
parent | 1b89ef1731d21c607b06cc48be375b7de882acf7 | commit | diff |
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>
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] | blob |
contrib/continuous/post-receive-cinotify | [new file with mode: 0644] | blob |