From: Jeff King <peff@peff.net>
To: Daniel Pittman <daniel@rimspace.net>
Cc: git@vger.kernel.org
Subject: Re: Test that every revision builds before pushing changes?
Date: Thu, 26 Mar 2009 05:49:00 -0400 [thread overview]
Message-ID: <20090326094900.GC14292@coredump.intra.peff.net> (raw)
In-Reply-To: <87ljqs7ioz.fsf@rimspace.net>
On Thu, Mar 26, 2009 at 08:10:52PM +1100, Daniel Pittman wrote:
> For example, the responsible person for that testing could use the
> hypothetical (until someone tells me where to find it):
>
> git test public..test make test
>
> Which would then effectively wrap:
>
> for each revision between public and private:
> git checkout revision
> make test
> # report if that fails, allow fixing the commit or whatever
> # then 'git test continue' to carry on...
>
> That turn the process from a manual one to an automated one: it runs
> that command for every revision until it fails, or until they all pass.
I don't think such a script exists. There are continuous integration
systems that support git, but I don't know if they actually check every
commit.
-Peff
next prev parent reply other threads:[~2009-03-26 9:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-26 6:29 Test that every revision builds before pushing changes? Daniel Pittman
2009-03-26 8:16 ` Andreas Ericsson
2009-03-26 9:10 ` Daniel Pittman
2009-03-26 9:46 ` Andreas Ericsson
2009-03-27 1:30 ` Daniel Pittman
2009-03-26 9:49 ` Jeff King [this message]
2009-03-26 9:59 ` Wincent Colaiuta
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=20090326094900.GC14292@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=daniel@rimspace.net \
--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).