1. 18 Apr, 2019 5 commits
  2. 17 Apr, 2019 6 commits
  3. 16 Apr, 2019 8 commits
  4. 14 Apr, 2019 1 commit
  5. 13 Apr, 2019 3 commits
  6. 12 Apr, 2019 2 commits
  7. 11 Apr, 2019 1 commit
  8. 10 Apr, 2019 7 commits
  9. 09 Apr, 2019 4 commits
  10. 05 Apr, 2019 2 commits
  11. 03 Apr, 2019 1 commit
    • Alejandro Sanchez's avatar
      Add new job's bit_flags of INVALID_DEPEND. · 10bd9f21
      Alejandro Sanchez authored
      This prevents rebuilding a job's dependency string when it has at least
      one invalid (never satisfied) dependency, no matter if such invalid
      dependency has already been purged (after MinJobAge) or not. This can
      be useful to track down the culprit invalid dependencies even after they
      are gone from ctld's in-memory job list.
      
      The flag is cleared upon a successful job dependency update or after
      another job in the dependency list has been satisfied if such list is
      composed with the '?' symbol (OR'ed).
      
      Bug 5851.
      10bd9f21