diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-06-10 21:13:26 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-22 13:03:44 -0400 |
commit | 3b1e869bd8c64750a2e725a523acd55dc8e94360 (patch) | |
tree | b87b24cf885ce174e3c032a53ac16025d710520f | |
parent | 7d97c6d3f3d59cf078df3bedd178e7977868d9d5 (diff) | |
download | buildstream-3b1e869bd8c64750a2e725a523acd55dc8e94360.tar.gz |
Source plugin git depends on host's git
Issue #353
-rw-r--r-- | buildstream/plugins/sources/git.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py index 67490b744..d079d8747 100644 --- a/buildstream/plugins/sources/git.py +++ b/buildstream/plugins/sources/git.py @@ -21,6 +21,10 @@ git - stage files from a git repository ======================================= +**Host dependencies:** + + * git + **Usage:** .. code:: yaml |