summaryrefslogtreecommitdiff
path: root/buildstream/_projectrefs.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
| | | | Fixes #424
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-3/+8
| | | | | | | | | | | | o _projectrefs.py: Additional constructor option to choose the base name o _project.py: Load two ProjectRefs objects, one for the junctions o source.py: Load and save junctioned source refs with the appropriate ProjectRefs object o tests: Updated some tests to expect junctions to be stored in junction.refs This fixes issue #361
* _projectrefs.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-251-18/+16
| | | | A late fix for issue #285
* Remove unused importsJürg Billeter2018-03-251-1/+0
|
* _projectrefs.py: Adding the ProjectRefs refs management objectTristan Van Berkom2018-03-201-0/+165
This object manages the project.refs file in a project directory.