You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/04/26 04:49:32 UTC

[buildstream-plugins] branch master updated (5fa7688 -> 8a3cf55)

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

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git


    from 5fa7688  Merge pull request #8 from apache/tristan/add-docker-tests
     add de6dedf  plugins: Adding comments about original provenance to all plugins
     new 8a3cf55  Merge pull request #9 from apache/tristan/comment-plugin-origins

The 1 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.


Summary of changes:
 src/buildstream_plugins/elements/autotools.py  | 6 ++++++
 src/buildstream_plugins/elements/cmake.py      | 5 +++++
 src/buildstream_plugins/elements/make.py       | 5 +++++
 src/buildstream_plugins/elements/meson.py      | 5 +++++
 src/buildstream_plugins/elements/pip.py        | 5 +++++
 src/buildstream_plugins/elements/setuptools.py | 5 +++++
 src/buildstream_plugins/sources/bzr.py         | 5 +++++
 src/buildstream_plugins/sources/cargo.py       | 5 +++++
 src/buildstream_plugins/sources/docker.py      | 5 +++++
 src/buildstream_plugins/sources/git.py         | 5 +++++
 src/buildstream_plugins/sources/patch.py       | 5 +++++
 src/buildstream_plugins/sources/pip.py         | 5 +++++
 12 files changed, 61 insertions(+)


[buildstream-plugins] 01/01: Merge pull request #9 from apache/tristan/comment-plugin-origins

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit 8a3cf559b5be83386fac5b7dfa0ae9aa9030976d
Merge: 5fa7688 de6dedf
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Apr 26 13:49:28 2022 +0900

    Merge pull request #9 from apache/tristan/comment-plugin-origins
    
    plugins: Adding comments about original provenance to all plugins

 src/buildstream_plugins/elements/autotools.py  | 6 ++++++
 src/buildstream_plugins/elements/cmake.py      | 5 +++++
 src/buildstream_plugins/elements/make.py       | 5 +++++
 src/buildstream_plugins/elements/meson.py      | 5 +++++
 src/buildstream_plugins/elements/pip.py        | 5 +++++
 src/buildstream_plugins/elements/setuptools.py | 5 +++++
 src/buildstream_plugins/sources/bzr.py         | 5 +++++
 src/buildstream_plugins/sources/cargo.py       | 5 +++++
 src/buildstream_plugins/sources/docker.py      | 5 +++++
 src/buildstream_plugins/sources/git.py         | 5 +++++
 src/buildstream_plugins/sources/patch.py       | 5 +++++
 src/buildstream_plugins/sources/pip.py         | 5 +++++
 12 files changed, 61 insertions(+)