Change oeread behavior to act like showdata by default.
[vuplus_bitbake] / bin / oebuild
2004-07-25 Michael 'Mickey... receive tuple
2004-05-09 Chris Larsonkill off some remnant tabs
2004-05-09 Chris LarsonCorrect an indentation bug, add some missing modelines...
2004-05-09 Chris LarsonWhitespace changes. Reformat things to better match...
2004-05-03 Michael 'Mickey... avoid python traceback spew when exceptions are thrown...
2004-04-23 Michael 'Mickey... Import patch tmpfile
2004-03-31 Chris LarsonTeach the oe tools to catch Exception so they fail...
2004-01-23 Chris LarsonMove task setup from oebuild into the .oe parser.
2004-01-22 Holger Schurigchanged -v to -V, this is standard GNU and allows us...
2003-12-06 Chris LarsonUse /usr/bin/env to locate python.
2003-09-22 Chris LarsonBUGFIX: follow deps when using --cmd install
2003-09-22 Chris Larson(no commit message)
2003-07-31 Chris LarsonUpdate oebuild and oemake usage information
2003-07-30 Chris LarsonRemove the necessity to append do_ to commands to clean...
2003-07-30 Chris LarsonComplete TODO: Allow specifying TOPDIR via the environm...
2003-07-30 Chris LarsonComplete TODO items related to execution of oebuild...
2003-07-28 Chris LarsonAdjustments to current path to facilitate better intera...
2003-07-07 Chris Larson(no commit message)
2003-07-02 Chris LarsonUpdate oebuild usage information
2003-07-02 Chris LarsonAdd -v/--version cmdline opt to oebuild
2003-07-02 Chris LarsonTurn on SCCS flag
2003-07-01 Chris LarsonAdd /usr/share/oe to the pythonpath.
2003-06-30 Chris LarsonBUGFIX: corrected a serious bug in the addtask implemen...
2003-06-27 Chris LarsonChanging the behaviors of include and inherit wrt non...
2003-06-27 Chris LarsonBUGFIX: 'before' wasnt always working from addtask
2003-06-26 Chris LarsonRename: bin/oebuild2 -> bin/oebuild
2003-06-25 Chris LarsonUse list comprehensions to clean up the followup function
2003-06-19 Chris LarsonBugfix the build task.
2003-06-18 Chris LarsonChanging the way fetching is handled.
2003-06-18 Chris LarsonCorrect the dependency tree walk in the 'undo' code...
2003-06-18 Chris LarsonBUGFIX: exception handling in open of hte md5 stamp
2003-06-18 Chris LarsonAdd md5 checking of certain env vars to determine build...
2003-06-17 Chris LarsonAdd task event firing in the fetch function.
2003-06-17 Chris LarsonFire TaskStart events
2003-06-17 Chris LarsonMake use of handler env flag, to register a user define...
2003-06-16 Chris LarsonFix fetch use
2003-06-16 Chris LarsonAdd task events, and fire the events when appropriate.
2003-06-14 Chris LarsonOE Package
2003-06-14 Chris LarsonAlter oebuild to use new fetch syntax
2003-06-12 Chris Larson(no commit message)
2003-06-11 Chris LarsonOutput a success message for the task the user supplied...
2003-06-11 Chris LarsonError handling fixes.. use exceptions to handle functio...
2003-06-11 Chris LarsonFinishing up the python ver of the patch application...
2003-06-10 Chris LarsonIn the exception handling for the fetch, use the value...
2003-06-10 Chris LarsonCheck the fetch stamp in do_fetch to prevent unnecessar...
2003-06-10 Chris LarsonAdd bits for 'python' declaration for function format...
2003-06-10 Chris LarsonAdd fetch back to unpack deps, and correct naming of...
2003-06-10 Chris LarsonUpdate patcher use to make use of the addtask function...
2003-06-10 Chris LarsonAdding second and third opts to addtask command, to...
2003-06-09 Chris LarsonCorrect the doc display for the usage information....
2003-06-09 Chris LarsonChange note to fatal calls in the oebuild fetch excepti...
2003-06-09 Chris LarsonAlter oebuild to make use of oefetch so we can catch...
2003-06-05 Chris LarsonAdd 'package' task after install, and add no-op impleme...
2003-06-05 Chris Larsonuse the "tasks" dict rather than globals() to list...
2003-06-03 Chris LarsonAdd test, showenv functions back in.
2003-06-03 Chris Larson(no commit message)
2003-06-02 Chris LarsonImplement task interdependencies, though we dont really...
2003-06-02 Chris LarsonSince oe.py defines a sane default for OEPATH, we can...
2003-06-02 Chris Larsonlog.[func].[pid] rather than log.fetch.[pid]
2003-06-02 Chris LarsonFetch called with two args when it only has one.
2003-05-29 Chris LarsonStaging include dir fixes
2003-05-17 Holger Schurigenv[] -> getenv at various places
2003-05-17 Holger Schurigmade it run
2003-05-09 Holger Schurigadapted to new situation
2003-05-09 Holger Schurigsome renames
2003-05-06 Holger Schurigremoved emit_env, it's now in oe.py
2003-05-03 Holger Schurigsource bin/build/oebuild.sh
2003-04-29 Holger Schurigmoved some functions to oe.py
2003-04-27 Holger SchurigBDEBUG -> OEDEBUG
2003-04-21 Holger Schurigadded 'oebuild showfetch ...'
2003-03-22 Holger Schurignifty exec_shell_func()
2003-03-22 Holger Schurigadded infrastructure for clean, mrproper, fetch etc
2003-03-22 Holger Schuriglet it emit a shell script
2003-03-21 Holger SchurigBUGFIX: don't expand things to early, now the shell...
2003-03-21 Holger Schurig(no commit message)