When bundling result files that uses a vagrant type, kiwi creates them with the extension .vagrant.virtualbox.box or .vagrant.libvirt.box. The bundler code renames them using only the .box suffix which is too short as it is missing the subformat information. This commit fixes it and keeps this information in the result bundle file name. This Fixes #2656 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_test.py | ||
| image_info_test.py | ||
| image_resize_test.py | ||
| result_bundle_test.py | ||
| result_list_test.py | ||
| system_build_test.py | ||
| system_create_test.py | ||
| system_prepare_test.py | ||
| system_update_test.py | ||