summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2010-07-02libpthread-stubs: fix metadataQing He1
2010-07-02startup-notification: fix metadataQing He1
2010-07-02popt: fix metadataQing He1
2010-07-02libnss-mdns: fix metadataQing He1
2010-07-02distro-track: update track info of base packagesQing He2
2010-07-02distro-tracking: add overrides for previous packagesKevin Tian2
2010-07-02libidn: fix metadataKevin Tian1
2010-07-02libpng: fix metadataKevin Tian1
2010-07-02gperf: fix metadataKevin Tian1
2010-07-02apmd: fix metadataKevin Tian1
2010-07-02base-passwd: fix metadata, indention and patch parametersKevin Tian1
2010-07-02base-files: fix indentionKevin Tian1
2010-07-02libgpg-error: fix SRC_URI indentionKevin Tian1
2010-07-02module-init-tools: fix SRC_URI indentionKevin Tian1
2010-07-02dbus: fix SRC_URI indentionKevin Tian1
2010-07-02glib-2.0: upgrade to 2.24.1Kevin Tian10
2010-07-02sudo: upgrade to 1.7.2p7Kevin Tian9
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie1
2010-07-02Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson1
2010-07-023.0 prepChris Larson6
2010-07-02Apply some 2to3 refactoringsChris Larson11
2010-07-02Drop a couple usages of readlinesChris Larson2
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson2
2010-07-02Fix syntax error in shell.pyChris Larson1
2010-07-02Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson1
2010-07-02Move serverConnection.terminate() back into the finallyChris Larson1
2010-07-02Limit the traceback length in the default exception handlerChris Larson1
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson1
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson1
2010-07-02Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson1
2010-07-02remove return in finally statementCliff Brake1
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson1
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson1
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson1
2010-07-02knotty: use the future division to prep for 3.xChris Larson1
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson1
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson1
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson1
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson1
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson1
2010-07-02Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson1
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips2
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson1
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer1
2010-07-02Fix the silent exit when the specified task doesn't existChris Larson1
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson3
2010-07-02Reorganize the main exception handling so an attribute exception raised in th...Chris Larson1
2010-07-02Make knotty ignore the NoProvider eventChris Larson1
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson1
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer1