| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||
