]> code.ossystems Code Review - openembedded-core.git/commit
Rename command events, adjust compareRevisions
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Dec 2010 23:53:19 +0000 (16:53 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:49 +0000 (14:46 +0000)
commit098f63d6727e3b4db0a8906deee52c75f03047fb
treea6937b895dc0126fa684695b15e42700f8fb3eb2
parent5a92e67b8655d0971c6e3e8233e984ef9ad42997
Rename command events, adjust compareRevisions

- Moved the logic for comparing revisions from cooker into command
- Removed 'Cooker' from the event names
- Renamed the 'ExitCode' event into CommandExit, and changed CommandFailed to
  be a subclass of CommandExit

(Bitbake rev: c51ed5d7a9971fad6019dac6c35a71b8a54ab16a)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/command.py
bitbake/lib/bb/cooker.py
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/ui/depexp.py
bitbake/lib/bb/ui/knotty.py
bitbake/lib/bb/ui/ncurses.py