kiwi-el8/test/unit/system
Marcus Schäfer e3e0d888c8
Added support for repo customization script
repo files allows for several customization options
which could not be set by kiwi through the current
repository schema. As the options used do not follow
any standard and are not compatible between package
managers and distributions the only generic way to
handle this is through a script which is invoked
with the repo file as parameter for each file created
to describe a repo for the selected package manager.
This allows users to update/change the repo file content
on their individual needs. In the kiwi description the
path to the custom script can be specified as follows

    <repository ... customize="/path/to/custom_script">
        <source path="..."/>
    </repository>

This Fixes #1896
2021-08-10 10:10:01 +02:00
..
root_import Refactor container factory classes 2020-12-15 20:19:10 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Add strong typing for the following API methods 2021-01-21 11:39:42 +00:00
kernel_test.py Add strong typing for the following API methods 2021-01-22 17:25:17 +00:00
prepare_test.py Added support for repo customization script 2021-08-10 10:10:01 +02:00
profile_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
result_test.py Add strong typing for the following API methods 2021-01-22 17:25:17 +00:00
root_bind_test.py Add strong typing for the following API methods 2021-01-21 11:39:42 +00:00
root_init_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
setup_test.py Added support for repo customization script 2021-08-10 10:10:01 +02:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Add strong typing for the following API methods 2021-01-21 11:22:15 +00:00
uri_test.py Fixed API vs. CLI inconsistency 2021-03-08 10:08:26 +01:00
users_test.py Add strong typing for the following API methods 2021-01-21 11:22:15 +00:00