commit | cb256cb832119d270626e57cfef13f0d9b219f6f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jun 08 11:47:37 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 13 07:46:28 2016 +0900 |
tree | 6e5f4767cf43321dafbe9127971cb5d1b3d35292 | |
parent | 9566abd422485564e638c82ee67a6675d2fe9a63 [diff] |
tools: moveconfig: make Slot.poll() more readable with helper methods The Slot.poll() method is already complicated and a new feature we are going to add will make it more difficult to understand the execution flow. Refactor it with helper methods, .handle_error(), .do_defconfig(), .do_autoconf(), .do_savedefconfig, and .update_defconfig(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>