A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-January/059633.html below:

[Python-Dev] building a module catalogue with buildbot

[Python-Dev] building a module catalogue with buildbot [Python-Dev] building a module catalogue with buildbotTrent Mick trentm at ActiveState.com
Wed Jan 11 02:16:01 CET 2006
[Fredrik Lundh wrote]
> Can buildbot deal with custom test/validation scripts, and collect the output
> somewhere ?

Yes, it should be able to. However, it might change the part of the the
master.cfg file that defines the build steps from being trivial
(probably something like:

    building_python_factory = factory.GNUAutoconf(
        s(SVN, svnurl="http://svn.python.org/projects/python/trunk"),
        test=["make", "test"],
    )

) to something a little less trivial.

The standard GNUAutoconf class would have to be subclassed to add that
extra step ("make check_for_missing_docs"?). That probably would be
fairly straightforward. Neil and Martin would probably know better. I
don't have access to the buildbot setup.

Trent

-- 
Trent Mick
trentm at activestate.com
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4