Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BitBake (minor update): | Holger Hans Peter Freyther | 2005-06-15 | 1 | -244/+0 |
* | bitbake/lib/bb/__init__.py | Holger Hans Peter Freyther | 2005-06-14 | 1 | -1/+1 |
* | - add 'fetch', 'unpack', 'patch', 'configure', 'compile', 'stage' | Michael 'Mickey' Lauer | 2005-06-14 | 1 | -8/+46 |
* | BitBake: | Holger Hans Peter Freyther | 2005-06-13 | 1 | -24/+6 |
* | collect_bbfiles: | Michael 'Mickey' Lauer | 2005-06-11 | 1 | -6/+13 |
* | OO overhaul: | Michael 'Mickey' Lauer | 2005-06-10 | 1 | -374/+392 |
* | - capture bb.parse exception in 'filebuild' | Michael 'Mickey' Lauer | 2005-06-10 | 1 | -7/+11 |
* | add 'shell <command>' which hands a command over to the shell and dumps the o... | Michael 'Mickey' Lauer | 2005-06-09 | 1 | -2/+7 |
* | Use socket.gethostname() instead of os.environ["HOST"]. That should work on a... | Michael 'Mickey' Lauer | 2005-06-09 | 1 | -2/+2 |
* | Greatly improve pastebin functionality: | Michael 'Mickey' Lauer | 2005-06-09 | 1 | -23/+99 |
* | add pastebin command to upload the latest error log (if there is one) | Michael 'Mickey' Lauer | 2005-06-08 | 1 | -3/+59 |
* | - set magic args attribute for event exception | Michael 'Mickey' Lauer | 2005-06-08 | 1 | -14/+5 |
* | build in a try/except block and intercept faulty builds | Michael 'Mickey' Lauer | 2005-06-07 | 1 | -3/+6 |
* | use cooker.findBestProvider() for the 'which' command | Michael 'Mickey' Lauer | 2005-06-01 | 1 | -14/+15 |
* | add ; as command seperator | Michael 'Mickey' Lauer | 2005-05-30 | 1 | -21/+72 |
* | add some more things to TODO | Michael 'Mickey' Lauer | 2005-05-30 | 1 | -1/+7 |
* | - fix bug in file*** commands (need to clean the _task_cache per | Michael 'Mickey' Lauer | 2005-05-30 | 1 | -17/+32 |
* | major update: | Michael 'Mickey' Lauer | 2005-05-29 | 1 | -67/+110 |
* | bitbake/lib/bb/*:1.3.0 | Holger Hans Peter Freyther | 2005-05-28 | 2 | -2/+2 |
* | - add command specific tab completion | Michael 'Mickey' Lauer | 2005-05-27 | 1 | -14/+40 |
* | bitbake: | Holger Hans Peter Freyther | 2005-05-26 | 1 | -1/+1 |
* | some fixes | Michael 'Mickey' Lauer | 2005-05-26 | 1 | -8/+18 |
* | add bbfile completion | Michael 'Mickey' Lauer | 2005-05-26 | 1 | -12/+44 |
* | have bb.parse.handle() throw ParseError if the input file is not | Phil Blundell | 2005-05-26 | 1 | -1/+1 |
* | - add more commands: edit, clean, rebuild. | Michael 'Mickey' Lauer | 2005-05-26 | 1 | -12/+56 |
* | Python 2.3.x compatibility fix | Michael 'Mickey' Lauer | 2005-05-25 | 1 | -0/+4 |
* | add first (preview) version of the bitbake interactive mode | Michael 'Mickey' Lauer | 2005-05-25 | 1 | -0/+175 |
* | tolerate ${...} in function names | Phil Blundell | 2005-05-25 | 1 | -1/+1 |
* | bitbake/lib/bb module: | Holger Hans Peter Freyther | 2005-05-23 | 1 | -1/+1 |
* | bitbake/lib/bb/make.py: | Holger Hans Peter Freyther | 2005-05-22 | 1 | -1/+3 |
* | bitbake/lib/bb/data_smart.py: | Holger Hans Peter Freyther | 2005-05-21 | 1 | -18/+17 |
* | bitbake/lib/bb/fetch.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -3/+1 |
* | bitbake/lib/bb/fetch.py: | Holger Hans Peter Freyther | 2005-05-20 | 2 | -1/+7 |
* | bitbake/lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -0/+1 |
* | bitbake/lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -0/+3 |
* | bitbake/lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -0/+8 |
* | bitbake/lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -45/+56 |
* | bitbake/lib/bb/data_dict.py: | Holger Hans Peter Freyther | 2005-05-20 | 1 | -2/+2 |
* | bitbake/lib/bb/data_smart.py: | Holger Hans Peter Freyther | 2005-05-20 | 2 | -2/+2 |
* | tbake/lib/bb/fetch.py: | Holger Hans Peter Freyther | 2005-05-18 | 1 | -0/+7 |
* | bitbake/lib/bb/fetch.py | Holger Hans Peter Freyther | 2005-05-18 | 1 | -66/+66 |
* | Change the bb.__version__ to 1.2.1, and adjust setup.py to actually import th... | Chris Larson | 2005-05-18 | 1 | -1/+1 |
* | lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-17 | 2 | -3/+332 |
* | lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-17 | 2 | -24/+22 |
* | lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-17 | 2 | -9/+52 |
* | lib/bb/data.py: | Holger Hans Peter Freyther | 2005-05-17 | 3 | -27/+81 |
* | lib/bb/build.py: | Holger Hans Peter Freyther | 2005-05-17 | 1 | -2/+3 |
* | lib/bb/fetch.py: | Holger Hans Peter Freyther | 2005-05-17 | 1 | -10/+11 |
* | createCopy: | Holger Hans Peter Freyther | 2005-05-17 | 6 | -15/+25 |
* | bitbake data module abstraction: | Holger Hans Peter Freyther | 2005-05-17 | 4 | -84/+233 |