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:05 UTC

[buildstream] branch jjardon/host_deps created (now fc103f0)

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

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


      at fc103f0  Source plugin deb depends on host's arpy python package

This branch includes the following new commits:

     new 3e053f3  BuildStream depends on host tools for Source plugins
     new bbb17b6  Source plugin tar depends on host's lzip
     new 2c94faf  Source plugin bzr depends on host's bzr
     new fea856d  Source plugin git depends on host's git
     new 0396d80  Source plugin patch depends on host's patch
     new fc103f0  Source plugin deb depends on host's arpy python package

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 02/06: Source plugin tar depends on host's lzip

Posted by no...@apache.org.
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 bbb17b6f168f2b84da1220584747dba77ba002bd
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:07:05 2018 +0100

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

diff --git a/buildstream/plugins/sources/tar.py b/buildstream/plugins/sources/tar.py
index 3cd47cb..e32cc3d 100644
--- a/buildstream/plugins/sources/tar.py
+++ b/buildstream/plugins/sources/tar.py
@@ -21,6 +21,10 @@
 tar - stage files from tar archives
 ===================================
 
+**Host dependencies:**
+
+  * lzip (for .tar.lz files)
+
 **Usage:**
 
 .. code:: yaml


[buildstream] 03/06: Source plugin bzr depends on host's bzr

Posted by no...@apache.org.
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 2c94faf827a94357b467334c6e007322fd74e45c
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:09:46 2018 +0100

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

diff --git a/buildstream/plugins/sources/bzr.py b/buildstream/plugins/sources/bzr.py
index ba96f7e..2112142 100644
--- a/buildstream/plugins/sources/bzr.py
+++ b/buildstream/plugins/sources/bzr.py
@@ -20,6 +20,10 @@
 bzr - stage files from a bazaar repository
 ==========================================
 
+**Host dependencies:**
+
+  * bzr
+
 **Usage:**
 
 .. code:: yaml


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

Posted by no...@apache.org.
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


[buildstream] 05/06: Source plugin patch depends on host's patch

Posted by no...@apache.org.
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 0396d804f8698179e07aac8c67e8b4d6fae4e4e8
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:14:51 2018 +0100

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

diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py
index 4640de1..11b66b3 100644
--- a/buildstream/plugins/sources/patch.py
+++ b/buildstream/plugins/sources/patch.py
@@ -21,6 +21,10 @@
 patch - apply locally stored patches
 ====================================
 
+**Host dependencies:**
+
+  * patch
+
 **Usage:**
 
 .. code:: yaml


[buildstream] 06/06: Source plugin deb depends on host's arpy python package

Posted by no...@apache.org.
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 fc103f0a1ae78626a3a11ba038dd7b84ef1841a7
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:20:07 2018 +0100

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

diff --git a/buildstream/plugins/sources/deb.py b/buildstream/plugins/sources/deb.py
index b142b88..1cf8beb 100644
--- a/buildstream/plugins/sources/deb.py
+++ b/buildstream/plugins/sources/deb.py
@@ -22,6 +22,10 @@
 deb - stage files from .deb packages
 ====================================
 
+**Host dependencies:**
+
+  * arpy (python package)
+
 **Usage:**
 
 .. code:: yaml


[buildstream] 01/06: BuildStream depends on host tools for Source plugins

Posted by no...@apache.org.
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 3e053f31e4a3a0fce5369e27b9b8907cb6a98087
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 20:51:41 2018 +0100

    BuildStream depends on host tools for Source plugins
---
 doc/source/core_plugins.rst | 2 ++
 doc/source/install_main.rst | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/doc/source/core_plugins.rst b/doc/source/core_plugins.rst
index 030597e..0291458 100644
--- a/doc/source/core_plugins.rst
+++ b/doc/source/core_plugins.rst
@@ -42,6 +42,8 @@ Build elements
    elements/pip
 
 
+.. _authoring_source_plugins:
+
 Sources
 -------
 .. toctree::
diff --git a/doc/source/install_main.rst b/doc/source/install_main.rst
index 500c94a..2d698e4 100644
--- a/doc/source/install_main.rst
+++ b/doc/source/install_main.rst
@@ -13,6 +13,10 @@ BuildStream requires the following base system requirements:
 * PyGObject introspection bindings
 * psutil python library (so you don't have to install GCC and python-devel to build it yourself)
 
+BuildStream also depends on the host tools for the :mod:`Source <buildstream.source>` plugins.
+Refer to the respective :ref:`authoring_source_plugins` documentation for host tool
+requirements of specific plugins.
+
 If you intend to push built artifacts to a remote artifact server,
 which requires special permissions, you will also need: