summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-1/+2
* Update version to 1.13.3Richard Purdie2011-07-251-1/+1
* bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock2011-07-251-1/+4
* adjust comments/messages for default server changePaul Eggleton2011-07-251-3/+3
* add note to -b option indicating no dependency handlingPaul Eggleton2011-07-251-1/+1
* bitbake: Switch to use process as the default serverRichard Purdie2011-07-051-1/+1
* bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie2011-07-011-1/+1
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-011-1/+4
* bitbake: Make bitbake server type configurable.Liping Ke2011-07-011-7/+18
* Update version to 1.13.2Richard Purdie2011-06-281-1/+1
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* Update version to 1.13.1Richard Purdie2011-06-091-1/+1
* Drop psyco supportRichard Purdie2011-06-091-3/+0
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-1/+0
* bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie2011-06-081-0/+2
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-081-2/+4
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-081-9/+14
* bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie2011-06-081-11/+8
* Resurrect alternative UIsBob Foerster2011-01-051-1/+1
* Ensure that the invalid UI error goes to stderrChris Larson2011-01-041-11/+20
* Silence python 2.7 nested context manager warningChris Larson2011-01-041-0/+1
* Kill the uncaught exception handlerChris Larson2011-01-041-12/+6
* Rename the ui 'init' method to 'main'Chris Larson2011-01-041-16/+5
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11
* Don't show a traceback for a python version errorChris Larson2011-01-041-1/+4
* Use __file__, not sys.argv[0]Chris Larson2011-01-041-1/+1
* Don't show uncaught exception message for KeyboardInterruptChris Larson2011-01-041-1/+5
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-6/+6
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-041-1/+4
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-2/+5
* Ignore python warnings that come from places we don't care aboutChris Larson2011-01-041-1/+5
* Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson2011-01-041-5/+1
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-131-2/+2
* bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2010-09-081-0/+1
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+3
* *: use print() as a functionBernhard Reutner-Fischer2010-07-161-3/+3
* Apply some 2to3 refactoringsChris Larson2010-07-021-1/+1
* Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson2010-07-021-3/+0
* Move serverConnection.terminate() back into the finallyChris Larson2010-07-021-1/+2
* Limit the traceback length in the default exception handlerChris Larson2010-07-021-1/+1
* Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson2010-07-021-0/+8
* remove return in finally statementCliff Brake2010-07-021-3/+3
* Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson2010-07-021-13/+0
* Reorganize the main exception handling so an attribute exception raised in th...Chris Larson2010-07-021-5/+8
* Adjust the exception handling based on Cliff Brake's patchChris Larson2010-07-021-1/+2
* Fix the debug level check in print_exceptionChris Larson2010-07-021-1/+1
* Move the python version check into the python packageChris Larson2010-07-021-5/+1
* Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson2010-07-021-6/+2
* Bump version to 1.11.0Chris Larson2010-07-021-1/+1
* Move the python version check before the module imports, in case the modules ...Chris Larson2010-07-021-4/+7