| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update existing GitArtifacts | Florian Fischer | 2020-02-17 | 1 | -0/+8 |
| | | |||||
| * | fix GitArtifact.provide | Florian Fischer | 2019-12-14 | 1 | -5/+7 |
| | | |||||
| * | use new run_cmd wrapper in artifact.py | Florian Fischer | 2019-12-13 | 1 | -27/+5 |
| | | |||||
| * | always output if we retrieve aqn artifact | Florian Fischer | 2019-12-13 | 1 | -2/+2 |
| | | |||||
| * | format artifact.py using yapf | Florian Fischer | 2019-12-11 | 1 | -19/+39 |
| | | |||||
| * | keep not modified artifact data in cache | Florian Fischer | 2019-11-21 | 1 | -2/+5 |
| | | |||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -0/+4 |
| | | |||||
| * | Add ArchiveArtifacts | Florian Fischer | 2019-09-22 | 1 | -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 artifacts | Florian Fischer | 2019-09-21 | 1 | -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 | |||||
