From: "Avery Pennarun" <apenwarr@gmail.com>
To: "Git mailing list" <git@vger.kernel.org>
Subject: Announce: gitbuilder, an autobuilder for git-based projects
Date: Sat, 30 Aug 2008 23:07:17 -0400 [thread overview]
Message-ID: <32541b130808302007r3d570aa8ka221f210251944ba@mail.gmail.com> (raw)
Hi all,
I recently made the first public release of gitbuilder, a set of
relatively simple scripts for automatically building your favourite
git-hosted project, optionally running unit tests, and reporting
pass/fail results. In case of failures, it automatically uses "git
rev-list --bisect" to try to track down the first commit that started
failing. It's also smart about branches; it knows how to build each
commit only once, no matter how many branches include it, thus greatly
simplifying future bisections.
You can also get an RSS feed of the autobuilder results in case you
want live updates as things happen.
To find the scripts, see here:
http://github.com/apenwarr/gitbuilder/
And to see a sample autobuilder for git.git that I've been running at
work, check this out:
http://versabanq.com/demo/gitbuild/
(Note: the autobuilder you'll find here fails to build the html, todo,
and man branches (unsurprisingly) and also had some trouble with the
1.5.4 series because I don't have msgfmt installed. I can fix these
up on my end, but I suppose it's illustrative to look at the output
as-is and see how the bisection gets displayed :))
I plan to leave this copy of the autobuilder up as a sample. If there
are other interesting (more experimental?) git.git repositories I
should fetch from and add to the autobuilder, please feel free to let
me know.
I set up the same autobuilder tool for a couple of our projects at
work, which have more interesting output since our developers are
somewhat less careful to make sure the tests pass before committing.
git.git is a bit boring to look at because Junio is apparently so good
at his job.
Does anyone else find this useful? :)
Have fun,
Avery
next reply other threads:[~2008-08-31 3:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-31 3:07 Avery Pennarun [this message]
2008-08-31 3:29 ` Announce: gitbuilder, an autobuilder for git-based projects Junio C Hamano
2008-08-31 9:25 ` Jakub Narebski
2008-08-31 18:35 ` Avery Pennarun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=32541b130808302007r3d570aa8ka221f210251944ba@mail.gmail.com \
--to=apenwarr@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).