You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:23:09 UTC

[buildstream] 04/06: Source plugin git depends on host's git

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch jjardon/host_deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit fea856dd8ad17baf478dd6818e922328d5b7ccf2
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:13:26 2018 +0100

    Source plugin git depends on host's git
    
    Issue #353
---
 buildstream/plugins/sources/git.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py
index 67490b7..d079d87 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