summaryrefslogtreecommitdiffstats
path: root/bin/oemake
AgeCommit message (Expand)Author
2004-01-23Add --abort/-a back, as a no-op with a warning.Chris Larson
2004-01-23oemake syntax change. abort on failure is now default, with -k commandline o...Chris Larson
2004-01-23Add a spinner during oemake's .oe parsing.Chris Larson
2004-01-23Cosmetic change.. 'succeeded' changed to 'completed', since in the context of...Chris Larson
2004-01-23Revamp task handling to accomidate a change to oemake. It now runs the build...Chris Larson
2004-01-22changed -v to -V, this is standard GNU and allows us to use -v for verbose so...Holger Schurig
2003-12-16Output what file oemake is parsing..Chris Larson
2003-12-06Use /usr/bin/env to locate python.Chris Larson
2003-12-02Fix oeinstall and oemake to call python, not python2.Chris Larson
2003-11-22Fix a bug that caused issues with the metadata when one .oe includes another....Chris Larson
2003-10-14Move default PROVIDES (P, PF, PN, CATEGORY/P, CATEGORY/PF, CATEGORY/PN) into ...Chris Larson
2003-09-22BUGFIX: follow deps when using --cmd installChris Larson
2003-09-22(no commit message)Chris Larson
2003-09-17BUGFIX: proper default of 'packages' to all oe's in OEFILES.Chris Larson
2003-09-17Alter oemake syntax. see oemake --help for details.Chris Larson
2003-07-31Update oebuild and oemake usage informationChris Larson
2003-07-30BUGFIX: Make --cmd work for oemake (-c worked previously, just not --cmd)Chris Larson
2003-07-30Remove the necessity to append do_ to commands to clean up UI.Chris Larson
2003-07-30Complete TODO item, allow -c/--cmd option for oemake to specify the task to e...Chris Larson
2003-07-30Check for .oe files in current dir in oemake execution.Chris Larson
2003-07-28Give .oe files the ability to add items to oefiles (needed for upstream opera...Chris Larson
2003-07-09Update OEFILES based on cmdline files in oemakeChris Larson
2003-07-07Change a copy to a deepcopy to fix a bug in package metadata leakage into the...Chris Larson
2003-07-03Teach oemake to handle wildcards in OEFILESChris Larson
2003-07-02BUGFIX: 1) wasnt expanding OEFILES, 2) was aborting when no .oe files were sp...Chris Larson
2003-07-01Add /usr/share/oe to the pythonpath.Chris Larson
2003-06-30Allow passing .oe files on the commandline as well as via OEFILES.Chris Larson
2003-06-27Changing the behaviors of include and inherit wrt non absolute pathsChris Larson
2003-06-27Pass config data into the overall build event handlers, thereby making them s...Chris Larson
2003-06-27Add BUILDNAME variable for overall build naming.Chris Larson
2003-06-26Remove unnecessary init that was moved into the parser initChris Larson
2003-06-25Add a few convenience methods to our digraph class.Chris Larson
2003-06-23Change default package target to 'build' rather than 'package' to handle addi...Chris Larson
2003-06-18Pull the pkg information from the obtained environment data, not from catpkgs...Chris Larson
2003-06-17Add fire of an UnsatisfiedDep event, and properly remove things that depend o...Chris Larson
2003-06-17Add PkgStart, PkgSucceeded, PkgFailed events to oemake.Chris Larson
2003-06-16CleanupChris Larson
2003-06-16Complete TODO item: interpackage dependency on both a specific version of a p...Chris Larson
2003-06-16Adapt oemake to follow deps, and keep a cache of packages that we already att...Chris Larson
2003-06-16Make oemake follow dependencies, and handle provides, in its build of the ite...Chris Larson
2003-06-16Add pkg success and fail events to oemake impl.Chris Larson
2003-06-14Further proof of concept in oemakeChris Larson
2003-06-14Catch the IOError exception so as not to fail out if hte file doesnt exist (j...Chris Larson
2003-06-14Update oemake implementations to test out the oeparse code.Chris Larson
2003-06-12(no commit message)Chris Larson