Revision: buildbot--interlocks--0--patch-1 Archive: org.apestaart@thomas Creator: Thomas Vander Stichele Date: Sun Apr 17 22:43:58 CEST 2005 Standard-date: 2005-04-17 20:43:58 GMT Modified-files: ChangeLog buildbot/process/base.py buildbot/process/builder.py New-patches: org.apestaart@thomas/buildbot--interlocks--0--patch-1 Summary: Keywords: * buildbot/process/base.py: addUnimportantChange: notify builder of finished unimportant changes, either directly if no current build, or as soon as the current build finishes. Do so with the result from the previous build, or SUCCESS if no previous build known. * buildbot/process/builder.py: store previousBuild instance store buildDeferred instance so we can attach notifies of unimportant changes as soon as current build finishes add unimportantChangeFinished method