aboutsummaryrefslogtreecommitdiff
path: root/src/artifact.py
Commit message (Collapse)AuthorAgeFilesLines
* 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