| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | manual: document scmdata=keep for CVS, SVN and Git | Andreas Oberritter | 2011-01-04 | 1 | -3/+3 |
* | | 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 |
* | | Ensure that the invalid UI error goes to stderr | Chris Larson | 2011-01-04 | 1 | -11/+20 |
* | | 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 |
* | | Silence python 2.7 nested context manager warning | Chris Larson | 2011-01-04 | 1 | -0/+1 |
* | | 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 |
* | | Kill the uncaught exception handler | Chris Larson | 2011-01-04 | 1 | -12/+6 |
* | | 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 | 6 | -21/+10 |
* | | 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 |
* | | Error more pleasantly when trying to use python2.4 | Chris Larson | 2011-01-04 | 1 | -10/+11 |
* | | Don't show a traceback for a python version error | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | | 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 |
* | | Use __file__, not sys.argv[0] | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | | 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 |
* | | cooker: don't add info for skipped recipes | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | | cooker: show progress bar before initializing the cache | Chris Larson | 2011-01-04 | 1 | -13/+16 |