Revision: buildbot--waterfall--0--patch-12 Archive: org.apestaart@thomas Creator: Thomas Vander Stichele Date: Sat Apr 23 19:36:07 CEST 2005 Standard-date: 2005-04-23 17:36:07 GMT Modified-files: ChangeLog buildbot/master.py buildbot/process/builder.py buildbot/status/builder.py buildbot/status/mail.py buildbot/test/test_run.py buildbot/test/test_status.py New-patches: org.apestaart@thomas/buildbot--waterfall--0--patch-12 Summary: move category from Builder to BuilderStatus Keywords: * buildbot/process/builder.py: remove category from the process Builder ... * buildbot/status/builder.py: ... and add it to BuilderStatus instead. Set category on unpickled builder statuses, they might not have it. * buildbot/master.py: include category when doing builderAdded * buildbot/status/mail.py: return None instead of self for builders we are not interested in. * buildbot/test/test_run.py: fix a bug due to only doing deferredResult on "dummy" waiting * buildbot/test/test_status.py: add checks for the Mail IStatusReceiver returning None or self