Skip to content

Add --home arg globally to override the config one

This overrides the home in the config file.

The use case for this is to pass the --home during the CI on non-virtualized machines (e.g. macOS) to work with volatile directories that are disposed after doing the work. This way, instead of reusing the same prefix or doing some other witchcraft, we can simply call:

./cerbero-uninstalled -t --home $(mktemp -d) -c [CONFIGURATION_FILE] [COMMAND]

Edited by Pablo Marcos Oltra

Merge request reports