summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/tarcache.py
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/tarcache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-041-80/+72
* Remove unused _KeyStrength importsJürg Billeter2018-02-271-1/+0
* _artifactcache: Add keys parameter to commit() methodJürg Billeter2018-02-271-17/+6
* _artifactcache: Add key parameter to extract() methodJürg Billeter2018-02-271-7/+1
* _artifactcache: Add key parameter to contains() methodJürg Billeter2018-02-271-11/+1
* _artifactcache/tarcache.py: Remove unused remove() methodJürg Billeter2018-02-271-14/+0
* _artifactcache: Use project-specific remotes for subprojectsJürg Billeter2018-02-081-2/+2
* Use explicit element state updatesJürg Billeter2018-01-121-6/+8
* _artifactcache/tarcache.py: Fixed for new location of ProgramNotFoundErrorTristan Van Berkom2017-12-201-2/+2
* Remove unused importsGökçen Nurlu2017-12-071-1/+0
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-4/+4
* Refactoring: Rename _ArtifactError -> ArtifactErrorTristan Van Berkom2017-11-061-8/+8
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* _artifactcache: Adapt to new Element api _get_strict()Tristan Van Berkom2017-10-271-1/+1
* Implement tarcacheTristan Maat2017-09-281-0/+347