| 2010-09-10 |
Chris Larson | Fix exit code display for task failure |
commit | commitdiff | tree | snapshot |
| 2010-09-10 |
Chris Larson | Simplify build exception handling |
commit | commitdiff | tree | snapshot |
| 2010-09-10 |
Chris Larson | Turn Event into a new style class |
commit | commitdiff | tree | snapshot |
| 2010-09-10 |
Chris Larson | Work around issue with pickling of traceback objects |
commit | commitdiff | tree | snapshot |
| 2010-09-10 |
Chris Larson | Don't show uncaught exception message for KeyboardInterrupt |
commit | commitdiff | tree | snapshot |
| 2010-09-08 |
Chris Larson | Apply fix for issue where the loggers were constructed... |
commit | commitdiff | tree | snapshot |
| 2010-09-07 |
Chris Larson | Fix providerlog NameError |
commit | commitdiff | tree | snapshot |
| 2010-09-04 |
Chris Larson | Merge branch 'logging' |
commit | commitdiff | tree | snapshot |
| 2010-09-04 |
Chris Larson | Drop 'fn' arguments to bb.msg functions |
commit | commitdiff | tree | snapshot |
| 2010-09-04 |
Chris Larson | Add pending deprecation warnings to the bb.msg functions |
commit | commitdiff | tree | snapshot |
| 2010-09-04 |
Chris Larson | Switch bitbake internals to use logging directly rather... |
commit | commitdiff | tree | snapshot |
| 2010-08-27 |
Chris Larson | Use logging in the knotty ui, and pass the log record... |
commit | commitdiff | tree | snapshot |
| 2010-08-27 |
Chris Larson | Use the python logging module under the hood for bb.msg |
commit | commitdiff | tree | snapshot |
| 2010-08-19 |
C Michael Sundius | Allow %20 in a file name in the SRC_URI |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Ignore python warnings that come from places we don... |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Merge branch 'sched' |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Merge branch 'data' |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Split out 'find next buildable task' into a separate... |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Let the RunQueueScheduler control the number of active... |
commit | commitdiff | tree | snapshot |
| 2010-08-11 |
Chris Larson | Add the ability to use runqueue schedulers from the... |
commit | commitdiff | tree | snapshot |
| 2010-08-07 |
Holger Hans... | misc: Update the email address to a working one. |
commit | commitdiff | tree | snapshot |
| 2010-08-06 |
Chris Larson | Fix IndexError encountered when a 'depends' flag refere... |
commit | commitdiff | tree | snapshot |
| 2010-08-06 |
Chris Larson | Drop the 'ui failed to start' message, as the ui_init... |
commit | commitdiff | tree | snapshot |
| 2010-08-06 |
Chris Larson | Make realfile optional for better_exec, using the exist... |
commit | commitdiff | tree | snapshot |
| 2010-08-05 |
Chris Larson | When shutting down, send SIGTERM, not SIGINT |
commit | commitdiff | tree | snapshot |
| 2010-08-04 |
Richard Purdie | cooker.py: Fix case of -b option with a full filepath |
commit | commitdiff | tree | snapshot |
| 2010-08-03 |
Bernhard Reutner... | *: Fix typo in documentation |
commit | commitdiff | tree | snapshot |
| 2010-08-03 |
Richard Purdie | Add support for .bbappend files (see mailing lists... |
commit | commitdiff | tree | snapshot |
| 2010-08-03 |
Richard Purdie | fetch: Only mark srcrev recipes as uncached when outsid... |
commit | commitdiff | tree | snapshot |
| 2010-08-03 |
Richard Purdie | cache: If one virtual of a recipe is uncached, remove... |
commit | commitdiff | tree | snapshot |
| 2010-08-02 |
Chris Larson | Add pysh, ply, and codegen to lib/ to prepare for futur... |
commit | commitdiff | tree | snapshot |
| 2010-07-26 |
Bernhard Reutner... | utils: Fix number of arguments to bb.msg functions |
commit | commitdiff | tree | snapshot |
| 2010-07-26 |
Bernhard Reutner... | *: cosmetic whitespace removal |
commit | commitdiff | tree | snapshot |
| 2010-07-22 |
Chris Larson | Let the runqueue find the user selected scheduler dynam... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Allow passing of success/failure handlers... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Allow taskname to be passed to check_stamp_task() |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Make child process error scary so user is... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Fix number of running tasks accounting (inclu... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Remove unneeded exception catching from fork_... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Separate out task forking code into a new... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | runqueue: Combine the waitpid result handling code... |
commit | commitdiff | tree | snapshot |
| 2010-07-16 |
Richard Purdie | Remove two layers of unnecessary functions from task... |
commit | commitdiff | tree | snapshot |
| 2010-07-06 |
Bernhard Reutner... | *: use print() as a function |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Richard Purdie | Fix handling of empty variables in local config files |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Richard Purdie | Gross hack to fix packaged-staging with BBCLASSEXTEND... |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Jeff Dike | create cooker object after cleaning the environment |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Jeff Dike | Move the logger initialization from cooker to utils |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Nitin A Kamble | bitbake decodeurl: fix the file:// url handling |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Joshua Lock | allow fakeroot functionality to be provided by an alter... |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Richard Purdie | Add bb.utils.join_deps to handle creation of dependency... |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
Chris Larson | Add a couple long term, high impact TODO items |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
Chris Larson | Add a warning if a BBFILE_PATTERN doesn't match any... |
commit | commitdiff | tree | snapshot |
| 2010-06-21 |
Chris Larson | 3.0 prep |
commit | commitdiff | tree | snapshot |
| 2010-06-21 |
Chris Larson | Apply some 2to3 refactorings |
commit | commitdiff | tree | snapshot |
| 2010-06-21 |
Chris Larson | Drop a couple usages of readlines |
commit | commitdiff | tree | snapshot |
| 2010-06-21 |
Chris Larson | Until the interactive mode is fixed, kill it from the... |
commit | commitdiff | tree | snapshot |
| 2010-06-20 |
Chris Larson | Fix syntax error in shell.py |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Chris Larson | Add missing 'return False' to the SystemExit handler... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Chris Larson | Move serverConnection.terminate() back into the finally |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Chris Larson | Limit the traceback length in the default exception... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Chris Larson | Switch from our own 'dummywrite' class to StringIO |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Chris Larson | Switch a fatal usage to SystemExit ("T" not set) |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Chris Larson | Resurrect the excepthook, this time just sending the... |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Cliff Brake | remove return in finally statement |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | cooker: Kill __getitem__ usage on exception objects... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Handle SystemExit and KeyboardInterrupt sanely when... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Drop unnecessarly duplicated messages wrt FuncFailed |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | knotty: use the future division to prep for 3.x |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Kill the unnecessary setVarFlag debugging message |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Add exception bits to TODO |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | knotty: stop freaking out and dying when bb.build has... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Use bb.utils.mkdirhier in bb.cache to shut up the pendi... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Use PendingDeprecationWarning for functions moved from... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Add fatal bits and LAYERDIR bits to TODO |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Start ditching fatal() calls in favor of raising approp... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Drop the non-debug traceback suppressor, at this point... |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Ryan Phillips | Change wget fetcher to use the runfetchcmd |
commit | commitdiff | tree | snapshot |
| 2010-06-10 |
Chris Larson | Show a traceback when a task fails due to an exception |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Chris Larson | Update the TODO |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Bernhard Reutner... | parser: fix harmless typo in variable name |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Chris Larson | Fix the silent exit when the specified task doesn't... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Chris Larson | Move the output of no provider and multiple provider... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Chris Larson | Reorganize the main exception handling so an attribute... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Chris Larson | Make knotty ignore the NoProvider event |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Chris Larson | Don't tell the user we're sending SIGINT to the remaini... |
commit | commitdiff | tree | snapshot |
| 2010-06-07 |
Bernhard Reutner... | cooker: use time.strftime() instead of spawing sh with... |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Chris Larson | Adjust the exception handling based on Cliff Brake... |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Robert P. J... | Fix a couple typos in the CVS Fetcher section. |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Robert P. J... | Fix a couple typos in setup.py. |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | cache: do not chdir unnecessarily |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | persist_data: cache connection and use cursor |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | cache: use a set() for __depends |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | cache: use max() to determine newest_mtime |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | cache: use os.path ops instead of stat |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Chris Larson | Make the file not found error actually useable. |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | fetch: commentary typo fix in fetcher_init() |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | cache: fix typo in error message of cacheValidUpdate() |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
Bernhard Reutner... | fetch: documentation typo fix |
commit | commitdiff | tree | snapshot |
| 2010-05-23 |
Khem Raj | fetch: Check for existence of tar file along with md5... |
commit | commitdiff | tree | snapshot |
| 2010-05-22 |
Chris Larson | Revert "In expand, drop the unnecessary second regular... |
commit | commitdiff | tree | snapshot |
| next |