summaryrefslogtreecommitdiff
path: root/tests/sources/previous_source_access
Commit message (Expand)AuthorAgeFilesLines
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-10/+6
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-161-0/+3
* Reformat code using BlackChandan Singh2019-11-141-14/+12
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-1/+1
* Add BST_REQUIRES_PREVIOUS_SOURCE_STAGE optionRaoul Hidalgo Charman2019-05-141-0/+1
* source.py: ensure previous track refs are updatedraoul/1010-multiple-track-fixRaoul Hidalgo Charman2019-05-102-2/+5
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* Allow source plugins to access previous sourcesChandan Singh2018-08-154-0/+104