Skip to content

iop: genconfig_wrap: Deprecate --clean option

Piotr Kubik requested to merge pkubik_genconf_fix_wrap_improvements into devel
  • deprecate -c /--clean option Clean for gen_config.py does something else than original
  • few script improvements
  • fix previous approach with calling gen_config.py with quoted arguments: ${target_script} "${args[@]}"
    This resulted in a call: /scripts/gen_config.py 'sw40j eval analytics' treated by gen_conf.py as a single argument.

Merge request reports