Skip to content
Snippets Groups Projects

helpers/generate_common: detect missing files and build

Closed Karel Koci requested to merge hotfix/turris-tools-resilient into hbk
  1. Oct 06, 2021
    • Karel Koci's avatar
      helpers/generate_common: detect missing files and build · 5acbbe84
      Karel Koci authored
      It is common that user does not have dependencies installed and thus on
      first clone the build is going to be unsuccessful. The issue was that
      subsequent runs cause no repository update and that leads to no build
      attempt and missing binary. This simply only adds condition for
      existence of binary as well. This way the build is attempted again if it
      previously failed.
      Verified
      5acbbe84