| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | runqueue: fix typo in documentation of calculate_task_weights | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | runqueue: use fewer newlines in error path | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | logger usage cleanup | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | utils: fix typo in error message | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | Move LAYERDIR expansion hack into DataSmart | Chris Larson | 2011-01-04 | 2 | -13/+22 |
* | parse: use bb.utils.which | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix logging level names for post-server-ui-split | Chris Larson | 2011-01-04 | 2 | -10/+21 |
* | Use os.devnull, not /dev/null | Chris Larson | 2011-01-04 | 2 | -3/+2 |
* | utils: don't overwrite builtin dir() function | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | bzr: use utils.remove instead of os.system | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | utils: drop unnecessary debug msgs from mkdirhier | Chris Larson | 2011-01-04 | 1 | -2/+0 |
* | Show the user progress when loading the cache | Bob Foerster | 2011-01-04 | 4 | -8/+61 |
* | knotty: exit with 1 if we see a critical log message | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | cooker: don't swallow recipe parse errors | Chris Larson | 2011-01-04 | 1 | -2/+6 |
* | fetchers: Add parameter scmdata=keep to include .git/ and others in generated... | Andreas Oberritter | 2011-01-04 | 6 | -11/+48 |
* | build: fix FuncFailed for the no logfile case | Chris Larson | 2011-01-04 | 1 | -6/+2 |
* | process: handle OSErrors other than file not found | Chris Larson | 2011-01-04 | 1 | -3/+7 |
* | build: ensure LogTee has a valid name property | Chris Larson | 2011-01-04 | 1 | -9/+7 |
* | Fix PWD issue with new exec_func_shell | Chris Larson | 2011-01-04 | 1 | -2/+0 |
* | build: set PWD in the subprocess preexec hook | Chris Larson | 2011-01-04 | 1 | -3/+4 |
* | bitbake: Transfer noexec runqueue messages to the UI | Richard Purdie | 2011-01-04 | 2 | -12/+16 |
* | Move the runq task start/failed messages to the UI | Chris Larson | 2011-01-04 | 2 | -11/+15 |
* | Rename command events, adjust compareRevisions | Chris Larson | 2011-01-04 | 6 | -49/+41 |
* | event: use cPickle for events | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | utils: fix 'lock' variable reference | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | bb.event: fix MsgBase ref in fire_class_handlers | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | build: fix -D with shell functions | Chris Larson | 2011-01-04 | 1 | -4/+18 |
* | build: send logging messages to the log file for python functions | Chris Larson | 2011-01-04 | 3 | -16/+19 |
* | utils: fix calls to close() in the lock/unlock functions | Chris Larson | 2011-01-04 | 1 | -8/+9 |
* | build: use a contextmanager for locks | Chris Larson | 2011-01-04 | 2 | -13/+22 |
* | build: use bb.process instead of os.system | Chris Larson | 2011-01-04 | 3 | -182/+185 |
* | process: add subprocess-based bits | Chris Larson | 2011-01-04 | 1 | -0/+107 |
* | Rename the ui 'init' method to 'main' | Chris Larson | 2011-01-04 | 5 | -5/+5 |
* | cooker: use re match, not search in re_match_strings | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | taskdata: use 'any' in re_match_strings | Chris Larson | 2011-01-04 | 1 | -7/+3 |
* | cooker: add shutdown/stop methods | Chris Larson | 2011-01-04 | 2 | -2/+8 |
* | cooker: merge cookerState and cookerAction | Chris Larson | 2011-01-04 | 2 | -25/+15 |
* | cooker: use a pool, abort on first parse error | Chris Larson | 2011-01-04 | 1 | -84/+60 |
* | knotty: use enumerate for task waiting | Chris Larson | 2011-01-04 | 1 | -3/+1 |
* | knotty: shift non-interactive progress into a class | Chris Larson | 2011-01-04 | 1 | -15/+33 |
* | Fix the <100 recipe progress fix | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cooker: don't choke on <100 recipes to parse | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cooker: no cached in progressbar and add ETA | Chris Larson | 2011-01-04 | 3 | -20/+12 |
* | cache: change to more incremental format | Chris Larson | 2011-01-04 | 1 | -22/+33 |
* | cooker: pass back child exceptions to the server | Chris Larson | 2011-01-04 | 1 | -6/+12 |
* | vercmp: don't choke on empty first version components | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cache: ensure 'pn' is included in the pkgvars | Chris Larson | 2011-01-04 | 1 | -12/+12 |
* | knotty: drop the ETA from the progressbar for now | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cooker: ensure that the cache sync completes | Chris Larson | 2011-01-04 | 1 | -2/+7 |
* | cooker: get number of threads in constructor | Chris Larson | 2011-01-04 | 1 | -3/+3 |