Revision: buildbot--waterfall--0--patch-21 Archive: org.apestaart@thomas Creator: Thomas Vander Stichele Date: Sun Apr 24 12:26:14 CEST 2005 Standard-date: 2005-04-24 10:26:14 GMT Modified-files: ChangeLog buildbot/process/step.py buildbot/status/builder.py buildbot/status/html.py docs/config.xhtml New-patches: org.apestaart@thomas/buildbot--waterfall--0--patch-21 Summary: finish class styling and add EXCEPTION result Keywords: * buildbot/status/builder.py: add EXCEPTION as a result - this is a problem for the bot maintainer, not a build problem for the changers * buildbot/process/step.py: use EXCEPTION instead of FAILURE for exceptions * buildbot/status/html.py: add build_get_class to get a class out of a build/buildstep finish naming the classes split out sourceNames to changeNames and builderNames so we can style them separately * docs/config.xhtml: finish documenting classes as they are right now