summaryrefslogtreecommitdiff
path: root/build-recipe-mock
Commit message (Collapse)AuthorAge
* Add recipe_cleanup method for recipe specific cleanup functionsMichael Schroeder2017-07-19
| | | | | | An example would be to tear down dockerd for docker builds. The new recipe_cleanup method is called by cleanup_and_exit, making the recipe code simpler.
* Revert "- new chroot does not take / anymore but just fails."Michael Schroeder2014-11-11
| | | | | | | This reverts commit dafe67336672360deec05588173653813bedbcfc. Conflicts: build-recipe-kiwi
* - new chroot does not take / anymore but just fails.Adrian Schröter2014-10-24
| | | | This is fixing Ubuntu 14.10 builds (and hopefully breaks nothing else)
* - add GPL license and headers.Adrian Schröter2014-10-09
| | | | | Most of it is GPL v2 or v3 licensed. Some parts only v2 atm, but I will check with authors for v3 permission
* Add get_sysbuild function, refactor livebuildMichael Schroeder2014-07-11
|
* add experimental support for mock as build engineMichael Schroeder2014-04-25