summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie2010-07-161-3/+0
* bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie2010-07-161-56/+61
* bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie2010-07-161-28/+21
* bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2010-07-162-34/+12
* bitbake: Fix handling of empty variables in local config filesRichard Purdie2010-07-021-1/+1
* Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson2010-07-021-2/+10
* 3.0 prepChris Larson2010-07-026-22/+31
* Apply some 2to3 refactoringsChris Larson2010-07-0211-43/+43
* Drop a couple usages of readlinesChris Larson2010-07-022-36/+35
* Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson2010-07-022-6/+0
* Fix syntax error in shell.pyChris Larson2010-07-021-0/+1
* Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson2010-07-021-0/+1
* 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
* Switch from our own 'dummywrite' class to StringIOChris Larson2010-07-021-10/+7
* Switch a fatal usage to SystemExit ("T" not set)Chris 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
* cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson2010-07-021-4/+4
* Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson2010-07-021-1/+10
* Drop unnecessarly duplicated messages wrt FuncFailedChris Larson2010-07-021-4/+1
* knotty: use the future division to prep for 3.xChris Larson2010-07-021-2/+3
* Kill the unnecessary setVarFlag debugging messageChris Larson2010-07-021-1/+0
* knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson2010-07-021-1/+1
* Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson2010-07-021-1/+1
* Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson2010-07-021-1/+1
* Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson2010-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
* Change wget fetcher to use the runfetchcmdRyan Phillips2010-07-022-25/+6
* Show a traceback when a task fails due to an exceptionChris Larson2010-07-021-3/+4
* parser: fix harmless typo in variable nameBernhard Reutner-Fischer2010-07-021-4/+4
* Fix the silent exit when the specified task doesn't existChris Larson2010-07-021-4/+2
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-07-023-32/+28
* Reorganize the main exception handling so an attribute exception raised in th...Chris Larson2010-07-021-5/+8
* Make knotty ignore the NoProvider eventChris Larson2010-07-021-15/+8
* Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson2010-07-021-6/+7
* cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer2010-07-021-1/+1
* Adjust the exception handling based on Cliff Brake's patchChris Larson2010-07-021-1/+2
* Fix a couple typos in the CVS Fetcher section.Robert P. J. Day2010-07-021-2/+2
* cache: do not chdir unnecessarilyBernhard Reutner-Fischer2010-07-021-4/+12
* persist_data: cache connection and use cursorBernhard Reutner-Fischer2010-07-022-12/+18
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-022-8/+6
* cache: use max() to determine newest_mtimeBernhard Reutner-Fischer2010-07-021-3/+4
* cache: use os.path ops instead of statBernhard Reutner-Fischer2010-07-021-8/+2
* Make the file not found error actually useable.Chris Larson2010-07-021-3/+5
* fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer2010-07-021-1/+1
* cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer2010-07-021-1/+1
* fetch: documentation typo fixBernhard Reutner-Fischer2010-07-021-1/+1
* fetch: Check for existence of tar file along with md5 signatureKhem Raj2010-07-021-2/+2