| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | pkgconfig: fix metadata | Qing He | 2010-07-02 | 1 | -5/+8 |
* | | gconf-dbus: fix metadata | Qing He | 2010-07-02 | 1 | -5/+7 |
* | | libpthread-stubs: fix metadata | Qing He | 2010-07-02 | 1 | -2/+3 |
* | | startup-notification: fix metadata | Qing He | 2010-07-02 | 1 | -1/+6 |
* | | popt: fix metadata | Qing He | 2010-07-02 | 1 | -2/+4 |
* | | libnss-mdns: fix metadata | Qing He | 2010-07-02 | 1 | -1/+2 |
* | | distro-track: update track info of base packages | Qing He | 2010-07-02 | 2 | -0/+258 |
* | | distro-tracking: add overrides for previous packages | Kevin Tian | 2010-07-02 | 2 | -0/+58 |
* | | libidn: fix metadata | Kevin Tian | 2010-07-02 | 1 | -2/+3 |
* | | libpng: fix metadata | Kevin Tian | 2010-07-02 | 1 | -5/+5 |
* | | gperf: fix metadata | Kevin Tian | 2010-07-02 | 1 | -2/+4 |
* | | apmd: fix metadata | Kevin Tian | 2010-07-02 | 1 | -5/+5 |
* | | base-passwd: fix metadata, indention and patch parameters | Kevin Tian | 2010-07-02 | 1 | -7/+5 |
* | | base-files: fix indention | Kevin Tian | 2010-07-02 | 1 | -20/+19 |
* | | libgpg-error: fix SRC_URI indention | Kevin Tian | 2010-07-02 | 1 | -1/+1 |
* | | module-init-tools: fix SRC_URI indention | Kevin Tian | 2010-07-02 | 1 | -4/+4 |
* | | dbus: fix SRC_URI indention | Kevin Tian | 2010-07-02 | 1 | -8/+6 |
* | | glib-2.0: upgrade to 2.24.1 | Kevin Tian | 2010-07-02 | 10 | -52/+117 |
* | | sudo: upgrade to 1.7.2p7 | Kevin Tian | 2010-07-02 | 9 | -401/+58 |
* | | bitbake: Fix handling of empty variables in local config files | Richard Purdie | 2010-07-02 | 1 | -1/+1 |
* | | Add a warning if a BBFILE_PATTERN doesn't match any bb files | Chris Larson | 2010-07-02 | 1 | -2/+10 |
* | | 3.0 prep | Chris Larson | 2010-07-02 | 6 | -22/+31 |
* | | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 11 | -43/+43 |
* | | Drop a couple usages of readlines | Chris Larson | 2010-07-02 | 2 | -36/+35 |
* | | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2010-07-02 | 2 | -6/+0 |
* | | Fix syntax error in shell.py | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | | Add missing 'return False' to the SystemExit handler in runAsyncCommand | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | | Move serverConnection.terminate() back into the finally | Chris Larson | 2010-07-02 | 1 | -1/+2 |
* | | Limit the traceback length in the default exception handler | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | | Switch from our own 'dummywrite' class to StringIO | Chris Larson | 2010-07-02 | 1 | -10/+7 |
* | | Switch a fatal usage to SystemExit ("T" not set) | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | | Resurrect the excepthook, this time just sending the info with bb.fatal | Chris Larson | 2010-07-02 | 1 | -0/+8 |
* | | remove return in finally statement | Cliff Brake | 2010-07-02 | 1 | -3/+3 |
* | | cooker: Kill __getitem__ usage on exception objects (python 3 prep) | Chris Larson | 2010-07-02 | 1 | -4/+4 |
* | | Handle SystemExit and KeyboardInterrupt sanely when executing a command | Chris Larson | 2010-07-02 | 1 | -1/+10 |
* | | Drop unnecessarly duplicated messages wrt FuncFailed | Chris Larson | 2010-07-02 | 1 | -4/+1 |
* | | knotty: use the future division to prep for 3.x | Chris Larson | 2010-07-02 | 1 | -2/+3 |
* | | Kill the unnecessary setVarFlag debugging message | Chris Larson | 2010-07-02 | 1 | -1/+0 |
* | | knotty: stop freaking out and dying when bb.build has removed the empty logfile | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | | Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | | Use PendingDeprecationWarning for functions moved from bb to bb.utils | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | | Start ditching fatal() calls in favor of raising appropriate exceptions | Chris Larson | 2010-07-02 | 1 | -3/+3 |
* | | Drop the non-debug traceback suppressor, at this point I think it does more h... | Chris Larson | 2010-07-02 | 1 | -13/+0 |
* | | Change wget fetcher to use the runfetchcmd | Ryan Phillips | 2010-07-02 | 2 | -25/+6 |
* | | Show a traceback when a task fails due to an exception | Chris Larson | 2010-07-02 | 1 | -3/+4 |
* | | parser: fix harmless typo in variable name | Bernhard Reutner-Fischer | 2010-07-02 | 1 | -4/+4 |
* | | Fix the silent exit when the specified task doesn't exist | Chris Larson | 2010-07-02 | 1 | -4/+2 |
* | | Move the output of no provider and multiple provider messages into the UI | Chris Larson | 2010-07-02 | 3 | -32/+28 |
* | | Reorganize the main exception handling so an attribute exception raised in th... | Chris Larson | 2010-07-02 | 1 | -5/+8 |
* | | Make knotty ignore the NoProvider event | Chris Larson | 2010-07-02 | 1 | -15/+8 |