]> git.e2factory.org Git - e2factory.git/commit
e2build: introduce the build_process class
authorTobias Ulmer <tu@emlix.com>
Thu, 23 Jun 2016 12:49:37 +0000 (14:49 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
commit1db83d7942b2bb961449dc833a55aa0353f9bd7a
treea247ec632601d89b45959bb9f3254c8c72b08605
parent58bbc369c63480b44a1c1fa16dc90ad2e3b44047
e2build: introduce the build_process class

Every result class has an associated build_process that knows how to
build results of this type.

If a new result class needs to extend the build process, it can inherhit
the class and overwrite methods or insert additional methods registering
them in the constructor.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2build.lua