Subject: Re: [boost] Boost Trunk LKGR
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-18 09:26:06


On 18/03/2011 05:51, Joshua Boyce wrote:
> Hey all, I was wondering if there was any way to query for the Last Known
> Good Revision of the Boost trunk? It would be great if there was a file or
> something on the website that had the revision number of the latest build to
> compile cleanly and pass all tests, either for all platforms, or one file
> for each platform.
>
> For an example of this in practice elsewhere, see the Chromium project:
> https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code#TOC-LKGR
>
> <https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code#TOC-LKGR>
> Thanks.

Running the tests on each commit would allow to tell the status on a
per-commit basis, and thus find the last commit where everything is
green, but I do not think the regression testing system of Boost is fast
enough to do that with current resources.