aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-06-09Change wget fetcher to use the runfetchcmdRyan Phillips
2010-06-09Show a traceback when a task fails due to an exceptionChris Larson
2010-06-09parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-06-08Fix the silent exit when the specified task doesn't existChris Larson
2010-06-08Move the output of no provider and multiple provider messages into the UIChris Larson
2010-06-08Make knotty ignore the NoProvider eventChris Larson
2010-06-08Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson
2010-06-07cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-06-04cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-06-04persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-06-04cache: use a set() for __dependsBernhard Reutner-Fischer
2010-06-04cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-06-04cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-06-04Make the file not found error actually useable.Chris Larson
2010-06-04fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-06-04cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-06-04fetch: documentation typo fixBernhard Reutner-Fischer
2010-05-22fetch: Check for existence of tar file along with md5 signatureKhem Raj
2010-05-22Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-05-21Don't emit vars starting with __, as those are internalChris Larson
2010-05-21In expand, drop the unnecessary second regular expression matchChris Larson
2010-04-21Simplify _findVar a bitChris Larson
2010-04-21Fix major bug that slipped in when moving update_dataChris Larson
2010-04-20Move a var definition in cooker.parse_nextChris Larson
2010-04-20Enhance the expansion exception messageChris Larson
2010-04-20For ${@}, run str() on the resultChris Larson
2010-04-20Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson
2010-04-20emit_env: clean up, iterate onceChris Larson
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-15Move the python version check into the python packageChris Larson
2010-04-15Bump version to 1.11.0Chris Larson
2010-04-14Search up the directory tree for bblayers.confChris Larson
2010-04-14Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-04-14Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-11Add __contains__ to COWDictMetaChris Larson
2010-04-11Drop unused bb.data.expandData functionChris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-10Add a missing import of print_functionChris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Deprecate the usage of certain objects via certain modulesChris Larson
2010-04-09Exception handling fixupsChris Larson
2010-04-09Add some missing docstringsChris Larson
2010-04-09Drop __all__ usageChris Larson
2010-04-09Drop some unused functionsChris Larson
2010-04-09Drop some unused classesChris Larson
2010-04-09Drop some unused varsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson