Add interactive configurations to Repeat Build Options
Simplify function produce_repeat_args_array()
- make use of $ARMBIAN_NON_PARAM_ARGS and $ARMBIAN_PARSED_CMDLINE_PARAMS (associated array)
- quote parameter values to be on the safe side
Move "Repeat Build Options" logs to start-end.sh
- cli-build.sh, start-end.sh:
- move function function produce_repeat_args_array() to start-end.sh
- add $WHAT as first arg to produce_repeat_args_array() if
$WHAT is not empty
- move early display log of "Repeat Build Options" to
function main_default_start_build()
- move last log of "Repeat Build Options" to
function main_default_end_build()
- add last log of "Repeat Build Options" to
LOG_SECTION="repeat_build_options"
|
||
|---|---|---|
| .. | ||
| cli-artifact.sh | ||
| cli-build.sh | ||
| cli-configdump.sh | ||
| cli-distccd.sh | ||
| cli-docker.sh | ||
| cli-flash.sh | ||
| cli-jsoninfo.sh | ||
| cli-oras.sh | ||
| cli-patch.sh | ||
| cli-requirements.sh | ||
| cli-undecided.sh | ||
| commands.sh | ||
| entrypoint.sh | ||
| utils-cli.sh | ||