File python-kiwi_crossprepare_plugin.changes of Package python-kiwi_crossprepare_plugin
------------------------------------------------------------------- Thu Apr 15 10:03:36 CEST 2021 - Marcus Schäfer <ms@suse.de> - Bump version: 0.1.3 → 0.1.4 ------------------------------------------------------------------- Thu Apr 15 10:02:01 CEST 2021 - Marcus Schäfer <ms@suse.de> - Fixed target directory setup To be compatible with the kiwi build command the sub path below target-dir must be build/image-root/... ------------------------------------------------------------------- Thu Apr 15 09:33:45 CEST 2021 - Marcus Schäfer <ms@suse.de> - Bump version: 0.1.2 → 0.1.3 ------------------------------------------------------------------- Thu Apr 15 09:31:54 CEST 2021 - Marcus Schäfer <ms@suse.de> - Write exclude_files.yaml in kiwi metadata Some of the prepared cross image build data should not be synced to the final image. In order to provide that information to the kiwi build process the metadata file image/exclude_files.yaml exists. This commit makes sure to write the file for later exclusion in the build process ------------------------------------------------------------------- Thu Apr 15 08:38:11 CEST 2021 - Marcus Schäfer <ms@suse.de> - For the moment don't push this to pypi The plugin is designed to run in OBS. It was written to be genericaly useful but it's too early to push it on the python index ------------------------------------------------------------------- Wed Apr 14 22:26:00 CEST 2021 - Marcus Schäfer <ms@suse.de> - Implemented QEMU binfmt preparation procedure ------------------------------------------------------------------- Wed Apr 14 17:27:34 CEST 2021 - Marcus Schäfer <ms@suse.de> - Added unit tests ------------------------------------------------------------------- Wed Apr 14 17:20:42 CEST 2021 - Marcus Schäfer <ms@suse.de> - Fixed mypy and tox targets ------------------------------------------------------------------- Wed Apr 14 17:16:33 CEST 2021 - Marcus Schäfer <ms@suse.de> - Added .coveragerc ------------------------------------------------------------------- Wed Apr 14 17:14:46 CEST 2021 - Marcus Schäfer <ms@suse.de> - Setup initial plugin data structure