1. 29 Jan, 2017 1 commit
    • Michael Shigorin's avatar
      check-recipe: generalize dependency control · a2897267
      Michael Shigorin authored
      An initial (and quite naive) implementation was done
      for conf.d/ files but features do need it as well --
      which became obvious during a casual inspection of
      distro/alt-workstation's target graph (which occured
      broken).
      
      The code is a messy hackery unfortunately, regexes used
      are fragile regarding e.g. [A-Z_] in target names.
      Read with care.
      
      NB: lib/ might need this too but it's rather stable
          and contains some special cases that would obstruct
          the regexes even more...
      a2897267
  2. 20 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      conf.d: added "make check" · a65c3f27
      Michael Shigorin authored
      The preceding commit fixes an easy but somewhat nasty bug
      that spoils graphs (REPORT=1) and the fix for it spoils
      merging side branches touching these files; so it's worth
      a linter procedure, even if it's pretty trivial.
      a65c3f27