aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/__init__.py
AgeCommit message (Expand)Author
2004-12-07Initial import.Chris Larson
2004-05-22Remove unnecessary decodeurl debugging.Chris Larson
2004-05-22Bugfix in encodeurl per the recent decodeurl changes.Chris Larson
2004-05-22Bugfix in decodeurl's uri regex; the previous version was losing parm's and ...Chris Larson
2004-05-22Rework decodeuri's regular expression for the uri to handle relative paths, a...Chris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Indentation brokenness fixes.Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-04-09enable cache in walkdownerich
2004-04-01BUGFIX: another missing item from the merge with mickey's stuff.Chris Larson
2004-04-01Auto mergedChris Larson
2004-04-01SCCS mergedChris Larson
2004-03-31Unbork OEDEBUG (sorta)Chris Larson
2004-03-31Manifest updates.. preparing to actually make use of it.Chris Larson
2004-03-27add version checkMichael 'Mickey' Lauer
2004-03-03Revert a re match change that borked patch application.Chris Larson
2004-03-03Add initial pass at mirror support.Chris Larson
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-23Kill deprecated env/metadata handling bits.Chris Larson
2004-01-04Start removing some unnecessary old deprecated functions from the OE core.Chris Larson
2003-11-27Increment tool versionChris Larson
2003-11-22Handle the 'i depend on myself' situation cleanly.Chris Larson
2003-10-02BUGFIX: return '' when which doesnt find what its looking for.Chris Larson
2003-09-18Add oe.which() function.Chris Larson
2003-09-16(no commit message)Chris Larson
2003-09-02Add __str__ method to digraph for diagnostic purposes.Chris Larson
2003-07-28Prevent an infinate recursion caseChris Larson
2003-07-25Update TODOChris Larson
2003-07-07Teach 'include' lines from .oe/.conf/.oeclass to be able to fetch it from ups...Chris Larson
2003-07-01add 'bk' as a valid version endingChris Larson
2003-06-26Enhancements all around, rework of the python function implementation, move d...Chris Larson
2003-06-25Enhance delnode in our digraph. Now supports (optionally) removing 1) refere...Chris Larson
2003-06-25BUGFIX: typo, its okeys, not oekeys.Chris Larson
2003-06-25Auto mergedChris Larson
2003-06-25Add a few convenience methods to our digraph class.Chris Larson
2003-06-25Escape the doublequotes in the variable contents in emit_env so as not to bre...Chris Larson
2003-06-20Better handle .oe files that reside outside the projectdir and oedir.Chris Larson
2003-06-17Add 'addhandler' command for specifying a user defined error handler.Chris Larson
2003-06-15eventChris Larson
2003-06-14(no commit message)Chris Larson
2003-06-14bk cp oe.py oe/__init__.pyChris Larson
2003-06-14(no commit message)Chris Larson