Update TODO
[vuplus_bitbake] / bin /
2003-06-16 Chris Larson(no commit message)
2003-06-16 Chris LarsonAdapt oemake to follow deps, and keep a cache of packag...
2003-06-16 Chris Larson(no commit message)
2003-06-16 Chris LarsonMake oemake follow dependencies, and handle provides...
2003-06-16 Chris LarsonFix fetch use
2003-06-16 Chris LarsonBetter default values for the expandData() function...
2003-06-16 Chris LarsonBUGFIX: fetch call from patcher function
2003-06-16 Chris LarsonAdd task events, and fire the events when appropriate.
2003-06-16 Chris LarsonAdd pkg success and fail events to oemake impl.
2003-06-16 Chris LarsonPull the init function from ConfHandler into OEHandler...
2003-06-16 Chris LarsonMove OEPATH follow into handle functions of the parsers.
2003-06-15 Chris Larsonevent
2003-06-15 Chris Larson(no commit message)
2003-06-14 Chris LarsonOE Package
2003-06-14 Chris LarsonFurther proof of concept in oemake
2003-06-14 Chris LarsonDelete: bin/oeparse/__init__.py
2003-06-14 Chris LarsonDelete: bin/oeparse/OEHandler.py
2003-06-14 Chris LarsonDelete: bin/oeparse/ConfHandler.py
2003-06-14 Chris LarsonDelete: bin/oefetch.py
2003-06-14 Chris LarsonDelete: bin/oedata.py
2003-06-14 Chris LarsonDelete: bin/oe.py
2003-06-14 Chris LarsonBUGFIX: Handle the case where a variable is None in...
2003-06-14 Chris LarsonAdding recent .oe parser enhancements back into the...
2003-06-14 Chris Larson(no commit message)
2003-06-14 Chris Larsonbk cp oefetch.py oe/fetch.py
2003-06-14 Chris Larsonbk cp oedata.py oe/data.py
2003-06-14 Chris Larsonbk cp oe.py oe/__init__.py
2003-06-14 Chris Larson(no commit message)
2003-06-14 Chris LarsonMake oedata.emit_env expand the data prior to emitting.
2003-06-14 Chris LarsonCatch the IOError exception so as not to fail out if...
2003-06-14 Chris LarsonAdd emit_env to the oedata stuff.
2003-06-14 Chris LarsonRemove depcrecated fetch interface
2003-06-14 Chris LarsonAlter oebuild to use new fetch syntax
2003-06-14 Chris LarsonAdapt things to new fetch interface
2003-06-14 Chris LarsonUpdate the fetch implementation to no longer use a...
2003-06-14 Chris LarsonUpdate oemake implementations to test out the oeparse...
2003-06-14 Chris LarsonMake oeread use the new oeparse code.
2003-06-14 Chris Larson(no commit message)
2003-06-14 Chris LarsonDelete: bin/oeparser.py
2003-06-14 Chris LarsonAdd init and setData functions to oedata.
2003-06-12 Chris LarsonAdd firstnonzero method to digraph class.
2003-06-12 Chris Larson(no commit message)
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 LarsonMake use of the new encodeurl function to strip off...
2003-06-11 Chris LarsonAdd an encodeurl function, for rebuilding a url from...
2003-06-11 Chris LarsonRaise exception on failure in python patcher code
2003-06-11 Chris LarsonError handling fixes.. use exceptions to handle functio...
2003-06-11 Chris LarsonBugfix, remove the parms from the url prior to fetch
2003-06-11 Chris LarsonBUGFIXES: Dont expand all the per app missing vars...
2003-06-11 Chris LarsonRemove inconsistencies in task vs func name, and fix...
2003-06-11 Chris LarsonFinishing up the python ver of the patch application...
2003-06-11 Chris LarsonBUGFIX: Correct extraction paths for .gz, .Z, etc now...
2003-06-11 Chris LarsonBUGFIX: Dont emit a python function into the shell...
2003-06-10 Chris LarsonEnhance include function for dealing with relative...
2003-06-10 Chris LarsonExclude
2003-06-10 Chris LarsonFix for the unpacker wrt directories
2003-06-10 Chris Larson(no commit message)
2003-06-10 Chris LarsonNew addtask syntax
2003-06-10 Chris LarsonIn the exception handling for the fetch, use the value...
2003-06-10 Holger Schurigsimplified the support() functions
2003-06-10 Chris LarsonCheck the fetch stamp in do_fetch to prevent unnecessar...
2003-06-10 Chris LarsonCorrect the logic of the new addtask syntax
2003-06-10 Chris LarsonAdd bits for 'python' declaration for function format...
2003-06-10 Chris LarsonBUGFIX: in FetchUrls class that resulted in urls becomi...
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-10 Chris LarsonAdd an exec_python_task function, and also add support...
2003-06-10 Chris LarsonMake the base class use patcher for patch application.
2003-06-09 Chris LarsonAllow passing data in the FileReader constructor
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 Larson(no commit message)
2003-06-09 Chris LarsonAdd a instance of ConfigReader as an oeconf object...
2003-06-09 Chris LarsonDelete: bin/fetch
2003-06-09 Chris Larsons/+=/=/
2003-06-09 Chris LarsonCall out mkdirhier to ensure DL_DIR exists.
2003-06-09 Chris LarsonUse os.chdir() rather than a cd within the system(...
2003-06-09 Chris LarsonPass .oe filename and follow OEPATH in parse test tool.
2003-06-09 Chris LarsonAlter oebuild to make use of oefetch so we can catch...
2003-06-09 Chris Larson(no commit message)
2003-06-06 Chris LarsonCorrection to the inherit code so that classname gets...
2003-06-06 Chris LarsonAdd a few exceptions and remove the return and fatal...
2003-06-06 Chris LarsonUse localpath override from the user in the localpath...
2003-06-06 Chris LarsonAdd an extremely basic go() implementation for the...
2003-06-06 Chris Larson(no commit message)
2003-06-05 Chris LarsonAlternate env dictionaries
2003-06-05 Chris LarsonAdd localpath method for Local fetch class, and allow...
2003-06-05 Chris LarsonAdd initial .oe format parser using classes, and use...
2003-06-05 Chris LarsonAdd 'package' task after install, and add no-op impleme...
2003-06-05 Chris Larson(no commit message)
2003-06-05 Chris Larsonuse the "tasks" dict rather than globals() to list...
2003-06-05 Chris Larson(no commit message)
2003-06-05 Chris LarsonConsistency in implementation.
2003-06-05 Chris LarsonAdd support to the expand function to pass in an altern...
2003-06-03 Chris LarsonAdd test, showenv functions back in.
2003-06-03 Chris LarsonAdd support for := vs = in var=value statements. :...
2003-06-03 Chris LarsonBUGFIX: dont freak if a var isnt in envflags (broke...
2003-06-03 Chris LarsonSome bugfixes after actually testing a seperate OEDIR...
next