Skip to content
  • Chandan Singh's avatar
    Allow source plugins to access previous sources · 9d2442b2
    Chandan Singh authored
    Source plugin implementations can now specify that they need access to
    previously staged sources by specifying
    `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or
    `BST_REQUIRES_PREVIOUS_SOURCES_FETCH`, corresponding to access at `track`
    and `fetch` times respectively.
    
    Fixes #381.
    
    Replaces !505. For relevant discussion, see this discussion:
    !505 (comment 83780747)
    9d2442b2