summaryrefslogtreecommitdiffstats
path: root/bin/oemake
AgeCommit message (Expand)Author
2004-12-07Initial import.Chris Larson
2004-12-04support "oemake --world" as a (preferred) alternative for "oemake world".Phil Blundell
2004-12-03Fix oemake 'world' logic bug.Chris Larson
2004-12-01Add an 'EXCLUDE_FROM_WORLD' variable to oemake, which doesn't imply brokennes...Chris Larson
2004-11-28add 'oemake -s' option to dump out a table of latest and preferred versions f...Phil Blundell
2004-10-27Call oe.data.init() rather than manually initializing the dictionary.Chris Larson
2004-08-07use _ not - to separate pv from pr in PREFERRED_VERSION_fooPhil Blundell
2004-08-04improve keyboard error handlingMichael 'Mickey' Lauer
2004-07-26add support for DEFAULT_PREFERENCE when selecting version to build (sorts hig...Phil Blundell
2004-07-19slightly improve provider hash progress outputMichael 'Mickey' Lauer
2004-07-03fix formatting of diagnostic messagePhil Blundell
2004-07-02add support for PREFERRED_VERSION and oefile priorityPhil Blundell
2004-06-12trap oe.build exceptions at top level to avoid python traceback spewPhil Blundell
2004-06-12if a build fails, re-throw the exception rather than trying other providersPhil Blundell
2004-06-12oemake BUGFIX: only display the progress bar when stdout is a tty. Otherwise ...Marcin Juszkiewicz
2004-06-06add support for PREFERRED_PROVIDER_<virtual>Phil Blundell
2004-06-04add progress bar during provider hash buildingPhil Blundell
2004-05-13add documentation about common commandsMichael 'Mickey' Lauer
2004-05-09Kill off some trailing whitespaceChris 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-09Mixed indentation is BAD.Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-05-08Auto mergedMichael 'Mickey' Lauer
2004-05-08oemake BUGFIX: only display the spinner when stdout is a tty. Otherwise just...Chris Larson
2004-05-08Fix oemake -c clean to not clean the dependency tree for a package.Chris Larson
2004-05-08exclude BROKEN packages from world - patch courtesy pb_.Michael 'Mickey' Lauer
2004-05-03avoid python crash if latest version of a package becomes ineligible - patch ...Michael 'Mickey' Lauer
2004-04-30expand ASSUME_PROVIDED correctly - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-30another try at importing ASSUME_PROVIDED patch - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-29add option '-p' to quit after parsing. this is nice for doing benchmarksMichael 'Mickey' Lauer
2004-04-28import sets below to give the Python version check a chanceMichael 'Mickey' Lauer
2004-04-27Import patch tmpfileMichael 'Mickey' Lauer
2004-04-26improve error messageMichael 'Mickey' Lauer
2004-04-25Import patch tmpfileMichael 'Mickey' Lauer
2004-04-23Import patch tmpfileMichael 'Mickey' Lauer
2004-04-23Import patch tmpfileMichael 'Mickey' Lauer
2004-04-20Rename: bin/oemake2 -> bin/oemakeChris Larson
2004-04-11This patch shuffles some bits around so that make.py contains the codeerich
2004-04-09use cache in walkdownerich
2004-04-01Auto mergedChris Larson
2004-04-01MergesChris Larson
2004-04-01SCCS mergedChris Larson
2004-03-31Teach the oe tools to catch Exception so they fail a bit cleaner on exception...Chris Larson
2004-03-23Teach oemake to obey OEMASK.Chris Larson
2004-03-23refactor some things out into functionsMichael 'Mickey' Lauer
2004-02-18move events to oe/event - we need them from various placesMichael 'Mickey' Lauer
2004-02-16delete the spinner class and use a nice cycle generatorMichael 'Mickey' Lauer
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-23Make oemake 'del' a package's metadata when said package's build is complete.Chris Larson