Age | Commit message (Expand) | Author | Files |
2011-01-04 | utils: fix typo in error message | Bernhard Reutner-Fischer | 1 |
2011-01-04 | Move LAYERDIR expansion hack into DataSmart | Chris Larson | 2 |
2011-01-04 | parse: use bb.utils.which | Chris Larson | 1 |
2011-01-04 | Fix logging level names for post-server-ui-split | Chris Larson | 2 |
2011-01-04 | Use os.devnull, not /dev/null | Chris Larson | 2 |
2011-01-04 | utils: don't overwrite builtin dir() function | Bernhard Reutner-Fischer | 1 |
2011-01-04 | bzr: use utils.remove instead of os.system | Bernhard Reutner-Fischer | 1 |
2011-01-04 | utils: drop unnecessary debug msgs from mkdirhier | Chris Larson | 1 |
2011-01-04 | Show the user progress when loading the cache | Bob Foerster | 4 |
2011-01-04 | knotty: exit with 1 if we see a critical log message | Chris Larson | 1 |
2011-01-04 | cooker: don't swallow recipe parse errors | Chris Larson | 1 |
2011-01-04 | manual: document scmdata=keep for CVS, SVN and Git | Andreas Oberritter | 1 |
2011-01-04 | fetchers: Add parameter scmdata=keep to include .git/ and others in generated... | Andreas Oberritter | 6 |
2011-01-04 | build: fix FuncFailed for the no logfile case | Chris Larson | 1 |
2011-01-04 | process: handle OSErrors other than file not found | Chris Larson | 1 |
2011-01-04 | build: ensure LogTee has a valid name property | Chris Larson | 1 |
2011-01-04 | Fix PWD issue with new exec_func_shell | Chris Larson | 1 |
2011-01-04 | Ensure that the invalid UI error goes to stderr | Chris Larson | 1 |
2011-01-04 | build: set PWD in the subprocess preexec hook | Chris Larson | 1 |
2011-01-04 | bitbake: Transfer noexec runqueue messages to the UI | Richard Purdie | 2 |
2011-01-04 | Move the runq task start/failed messages to the UI | Chris Larson | 2 |
2011-01-04 | Silence python 2.7 nested context manager warning | Chris Larson | 1 |
2011-01-04 | Rename command events, adjust compareRevisions | Chris Larson | 6 |
2011-01-04 | event: use cPickle for events | Chris Larson | 1 |
2011-01-04 | utils: fix 'lock' variable reference | Chris Larson | 1 |
2011-01-04 | bb.event: fix MsgBase ref in fire_class_handlers | Chris Larson | 1 |
2011-01-04 | Kill the uncaught exception handler | Chris Larson | 1 |
2011-01-04 | build: fix -D with shell functions | Chris Larson | 1 |
2011-01-04 | build: send logging messages to the log file for python functions | Chris Larson | 3 |
2011-01-04 | utils: fix calls to close() in the lock/unlock functions | Chris Larson | 1 |
2011-01-04 | build: use a contextmanager for locks | Chris Larson | 2 |
2011-01-04 | build: use bb.process instead of os.system | Chris Larson | 3 |
2011-01-04 | process: add subprocess-based bits | Chris Larson | 1 |
2011-01-04 | Rename the ui 'init' method to 'main' | Chris Larson | 6 |
2011-01-04 | cooker: use re match, not search in re_match_strings | Chris Larson | 1 |
2011-01-04 | taskdata: use 'any' in re_match_strings | Chris Larson | 1 |
2011-01-04 | cooker: add shutdown/stop methods | Chris Larson | 2 |
2011-01-04 | cooker: merge cookerState and cookerAction | Chris Larson | 2 |
2011-01-04 | cooker: use a pool, abort on first parse error | Chris Larson | 1 |
2011-01-04 | knotty: use enumerate for task waiting | Chris Larson | 1 |
2011-01-04 | knotty: shift non-interactive progress into a class | Chris Larson | 1 |
2011-01-04 | Fix the <100 recipe progress fix | Chris Larson | 1 |
2011-01-04 | Error more pleasantly when trying to use python2.4 | Chris Larson | 1 |
2011-01-04 | Don't show a traceback for a python version error | Chris Larson | 1 |
2011-01-04 | cooker: don't choke on <100 recipes to parse | Chris Larson | 1 |
2011-01-04 | cooker: no cached in progressbar and add ETA | Chris Larson | 3 |
2011-01-04 | cache: change to more incremental format | Chris Larson | 1 |
2011-01-04 | cooker: pass back child exceptions to the server | Chris Larson | 1 |
2011-01-04 | vercmp: don't choke on empty first version components | Chris Larson | 1 |
2011-01-04 | Use __file__, not sys.argv[0] | Chris Larson | 2 |