aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-07-02Limit the traceback length in the default exception handlerChris Larson
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-07-02Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson
2010-07-02remove return in finally statementCliff Brake
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-07-02knotty: use the future division to prep for 3.xChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-07-02Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-07-02Fix the silent exit when the specified task doesn't existChris Larson
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson
2010-07-02Reorganize the main exception handling so an attribute exception raised in th...Chris Larson
2010-07-02Make knotty ignore the NoProvider eventChris Larson
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-07-02Adjust the exception handling based on Cliff Brake's patchChris Larson
2010-07-02Fix a couple typos in the CVS Fetcher section.Robert P. J. Day
2010-07-02cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-07-02cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-07-02Make the file not found error actually useable.Chris Larson
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-07-02cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer
2010-07-02fetch: Check for existence of tar file along with md5 signatureKhem Raj
2010-07-02Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-07-02Don't emit vars starting with __, as those are internalChris Larson
2010-07-02In expand, drop the unnecessary second regular expression matchChris Larson
2010-07-02Simplify _findVar a bitChris Larson
2010-07-02Fix major bug that slipped in when moving update_dataChris Larson
2010-07-02Move a var definition in cooker.parse_nextChris Larson
2010-07-02Enhance the expansion exception messageChris Larson
2010-07-02For ${@}, run str() on the resultChris Larson
2010-07-02Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson
2010-07-02emit_env: clean up, iterate onceChris Larson
2010-07-02Fix the debug level check in print_exceptionChris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Move the python version check into the python packageChris Larson
2010-07-02Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson