summaryrefslogtreecommitdiff
path: root/tests/sources/previous_source_access.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow source plugins to access previous sourcesChandan Singh2018-08-151-0/+47
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: https://gitlab.com/BuildStream/buildstream/merge_requests/505#note_83780747