aboutsummaryrefslogtreecommitdiff
path: root/src/artifact.py
Commit message (Collapse)AuthorAgeFilesLines
* use new run_cmd wrapper in artifact.pyFlorian Fischer2019-12-131-27/+5
|
* always output if we retrieve aqn artifactFlorian Fischer2019-12-131-2/+2
|
* format artifact.py using yapfFlorian Fischer2019-12-111-19/+39
|
* keep not modified artifact data in cacheFlorian Fischer2019-11-211-2/+5
|
* use ArchiveArtifacts for all benchmark resourcesFlorian Fischer2019-09-231-0/+4
|
* Add ArchiveArtifactsFlorian Fischer2019-09-221-1/+50
| | | | | | | ArchiveArtifacts check a downloaded archive against a provided checksum. The Archive is downloaded to cache/<name>/<name>.<format>. The only suported format is tar. ArchiveArtifacts can be used as sources of an Allocator.
* add artifactsFlorian Fischer2019-09-211-0/+89
Artifacts are downloadable external ressources. They provide their ressource (vcs commit, extracted archive) using Artifact.provide. GitArtifact download a bare git repository and provides specific commits using worktrees. Use GitArtifact for the linux kernel source