Jump to content

[Armbian build PR] - Move "Repeat Build Options" logs to start-end.sh to appear consistently on any build


Recommended Posts

Posted

Description

IMO the "Repeat Build Options" log should consistently appear for any build option. So I did update scripts as follows (copy of commit comment):

  • cli-build.sh, start-end.sh:
    • move 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"

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • [x] A: Run full build (no single artifact on commandline): image

  • [x] B: Run single artifact build with uboot on commandline:

    • the early log: image
    • the final log: image

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] My changes generate no new warnings

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines