aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-06-24Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-06-213.0 prepChris Larson
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-21Drop a couple usages of readlinesChris Larson
2010-06-21Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-06-20Fix syntax error in shell.pyChris Larson
2010-06-18Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-06-16Switch from our own 'dummywrite' class to StringIOChris Larson
2010-06-16Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-06-10cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-06-10Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-06-10Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-06-10knotty: use the future division to prep for 3.xChris Larson
2010-06-10Kill the unnecessary setVarFlag debugging messageChris Larson
2010-06-10knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-06-10Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-06-10Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-06-10Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
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