Skip to content

Allow source plugins to access previous sources

Chandan Singh requested to merge chandan/sourcetransform into master

Description

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.

Changes proposed in this merge request:

  • Allow source plugins to access previous sources
  • Add a pip source plugin

This merge request, when approved, will close issue/bug: #381 (closed)

Replaces !505 (closed). For relevant discussion, see this discussion: !505 (comment 83780747)


Edited by Chandan Singh

Merge request reports