summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/local.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
* local plugin: validate project pathsTiago Gomes2018-08-021-7/+5
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-1/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-0/+3
* plugins/sources/local.py: Consider symbolic link target in cache key.Tristan Van Berkom2018-01-101-1/+2
* plugins/sources/local.py: pragma nocover on unreachable codeTristan Van Berkom2018-01-021-3/+3
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-1/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-3/+1
* Add source plugin node validationsTristan Maat2017-09-141-0/+2
* local.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-10/+6
* local.py source plugin: Fixed to support symlinksTristan Van Berkom2017-07-171-0/+2
* local.py source plugin: Make sha256sums safe for directories in the manifestTristan Van Berkom2017-04-031-0/+5
* local.py source plugin: Adapt to new get_consistency() APITristan Van Berkom2017-01-191-3/+3
* local.py: Updated for new source APITristan Van Berkom2017-01-181-3/+6
* local.py: Fixed comment which was incorrectTristan Van Berkom2017-01-131-1/+3
* local.py: Use timed activity context managerTristan Van Berkom2017-01-121-5/+6
* local.py source plugin: Implement consistent()Tristan Van Berkom2017-01-091-0/+3
* local.py source plugin: Now refresh returns booleanTristan Van Berkom2017-01-071-1/+1
* local.py source plugin: Use Plugin node parsing utilitiesTristan Van Berkom2017-01-071-1/+1
* Simplify exceptions a bitTristan Van Berkom2016-12-181-2/+2
* local source plugin: small amendment to the user docs.Tristan Van Berkom2016-12-181-0/+3
* Adding first iteration of local pluginTristan Van Berkom2016-12-151-0/+93