]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Rename command events, adjust compareRevisions
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Dec 2010 23:53:19 +0000 (16:53 -0700)
committerChris Larson <chris_larson@mentor.com>
Sat, 11 Dec 2010 00:12:27 +0000 (17:12 -0700)
commitc51ed5d7a9971fad6019dac6c35a71b8a54ab16a
treefc8009860ab957bd86c6fb07dfd53bd6e94ff696
parentd9e8b8af308ae871efdc8ef0782be30af8c1f894
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

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