summaryrefslogtreecommitdiff
path: root/bitbake/bin
AgeCommit message (Expand)AuthorFiles
2011-01-05Resurrect alternative UIsBob Foerster1
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson1
2011-01-04Silence python 2.7 nested context manager warningChris Larson1
2011-01-04Kill the uncaught exception handlerChris Larson1
2011-01-04Rename the ui 'init' method to 'main'Chris Larson1
2011-01-04Error more pleasantly when trying to use python2.4Chris Larson1
2011-01-04Don't show a traceback for a python version errorChris Larson1
2011-01-04Use __file__, not sys.argv[0]Chris Larson2
2011-01-04Don't show uncaught exception message for KeyboardInterruptChris Larson1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson1
2011-01-04Use the python logging module under the hood for bb.msgChris Larson1
2011-01-04Ignore python warnings that come from places we don't care aboutChris Larson1
2011-01-04Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson1
2010-12-10bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ...Richard Purdie1
2010-12-09bitbake: Overhaul environment handlingRichard Purdie1
2010-11-14bitbake-runtask-strace: simple shell script to wrap tasks in a strace callJoshua Lock1
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie1
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie1
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie1
2010-09-30bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie1
2010-09-29bitbake/bitbake-runtask: Signatures are needed in task context and have littl...Richard Purdie1
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie1
2010-09-13bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie1
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock1
2010-09-07bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child...Richard Purdie1
2010-09-03bitbake: Add missing signature filesRichard Purdie1
2010-09-03bitbake: Implement signaturesRichard Purdie1
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie1
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie1
2010-07-16*: use print() as a functionBernhard Reutner-Fischer1
2010-07-02Apply some 2to3 refactoringsChris Larson2
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson1
2010-07-02Move serverConnection.terminate() back into the finallyChris Larson1
2010-07-02Limit the traceback length in the default exception handlerChris Larson1
2010-07-02Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson1
2010-07-02remove return in finally statementCliff Brake1
2010-07-02Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson1
2010-07-02Reorganize the main exception handling so an attribute exception raised in th...Chris Larson1
2010-07-02Adjust the exception handling based on Cliff Brake's patchChris Larson1
2010-07-02Fix the debug level check in print_exceptionChris Larson1
2010-07-02Move the python version check into the python packageChris Larson1
2010-07-02Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson1
2010-07-02Bump version to 1.11.0Chris Larson1
2010-07-02Move the python version check before the module imports, in case the modules ...Chris Larson1
2010-07-02Ignore deprecation warnings for nowChris Larson1
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2010-07-02Bump minimum python version check to 2.6.Chris Larson1
2010-07-02Display python warnings via bb.msgChris Larson1