Marcus Schäfer
f644d39a2f
Continue Refactor into subpackage
...
storage operations should have their own namespace
2016-02-29 11:37:27 +01:00
Marcus Schäfer
b43a12bd83
Continue Refactor into subpackage
...
rename dformat to subformat
2016-02-29 10:38:08 +01:00
Thomas Schraitle
45bc5a03a7
Refactor into subpackage to fix #23
...
Codecoverage are 100% and tests are green
Changes:
* Refactor archive_*.py -> archive subpackage
* Refactor partitioner_*.py -> partitioner subpackage
* Refactor package_manager_*.py -> package_manager/ subpackage
* Refactor bootloader_config*.py -> bootloader/config/ subpackage
* Refactor bootloader_template*.py -> bootloader/template/ subpackage
* Refactor bootloader_install*.py -> bootloader/install/ subpackage
* Refactor repository*.py -> repository/ subpackage
* Refactor filesystem*.py -> filesystem/ subpackage
* Refactor dist_*.py -> dist/dformat subpackage
The name `dformat` as package name is needed to avoid any name
conflicts with the built-in function `format`.
* Refactor volume_manager*.py -> volume_manager/ subpackage
* Refactor boot_image*.py -> boot/image/ subpackage
2016-02-27 10:31:31 +01:00
Marcus Schäfer
40e6308aa9
Port application from python 2.7 to 3.4
...
For new applications like this kiwi version and its use cases
it is better to base it on a more recent python version
2016-02-17 22:38:38 +01:00
Marcus Schäfer
febd69ec0f
Refactor variable name for root directory
...
If it is clear the source directory is the root directory of
the image the variable should be named root_dir not source_dir
2016-01-19 11:15:18 +01:00
Marcus Schäfer
c081e364e5
Added DiskFormatGce class implementation
2016-01-04 13:15:40 +01:00
Marcus Schäfer
4afa876062
Fixed option handling for vmdk format
2016-01-01 22:55:09 +01:00
Marcus Schäfer
c408114b39
Activate disk format building in disk builder
...
If disk format and install media is configured together only
the install media will be built and a warning message for
skipping the disk format is shown
2016-01-01 22:09:34 +01:00
Marcus Schäfer
87d7273c86
Added custom argument handling for disk formats
2016-01-01 21:03:47 +01:00
Marcus Schäfer
7ddb0ae86b
Added DiskFormat factory
2016-01-01 19:18:29 +01:00