Second iteration of my refactoring patchset. Fixed mistakes in - "devtool: simplify few conditionals a bit" - "devtool: slight simplification of path splitting logic" which caused the unit tests to fail.
The following changes since commit 7f85e74d5c53b34e5f470967fdbdbd19fed1929a: sysvinit: Only enable recipe in builds where its applicable (2015-06-10 12:03:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib marquiz/devtool/refactor http://git.openembedded.org/openembedded-core-contrib/commit/?h=marquiz/devtool/refactor ---------------------------------------------------------------- Markus Lehtonen (10): devtool: fix wrong indentation devtool: refactor bb task execution into a separate class devtool: update-recipe: do rev parsing in a separate function devtool: simplify the logic of determining patches to be removed devtool: simplify few conditionals a bit devtool: slight simplification of path splitting logic devtool: split out 'srcrev' update mode into a separate function devtool: split out 'patch' update mode into a separate function devtool: remove some unused return values devtool: use DevtoolError for error handling scripts/devtool | 9 +- scripts/lib/devtool/__init__.py | 6 + scripts/lib/devtool/deploy.py | 31 +- scripts/lib/devtool/standard.py | 650 +++++++++++++++++++++------------------- 4 files changed, 372 insertions(+), 324 deletions(-) -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
