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/02/21 08:13:10 UTC

[buildstream] branch master updated (69eccdb -> 3a8e7bb)

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.git.


    from 69eccdb  Merge pull request #1554 from abderrahim/python-3.7
     add dd986d9  tests: Test that user specified plugins shadow core plugins
     new 3a8e7bb  Merge pull request #1594 from apache/tristan/test-plugin-shadowing

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:
 tests/plugins/shadow.py                            | 47 ++++++++++++++++++++++
 .../shadow/elements}/manual.bst                    |  0
 .../shadow/plugins/manual.py}                      |  6 +--
 tests/plugins/{loading => shadow}/project.conf     |  0
 4 files changed, 50 insertions(+), 3 deletions(-)
 create mode 100644 tests/plugins/shadow.py
 copy tests/{format/project/project-from-subdir => plugins/shadow/elements}/manual.bst (100%)
 copy tests/{format/dependencies3/plugins/configunsupported.py => plugins/shadow/plugins/manual.py} (68%)
 copy tests/plugins/{loading => shadow}/project.conf (100%)

[buildstream] 01/01: Merge pull request #1594 from apache/tristan/test-plugin-shadowing

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.git

commit 3a8e7bbe1d637a360510acd1de3a5fa33f3d010d
Merge: 69eccdb dd986d9
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Feb 21 17:13:06 2022 +0900

    Merge pull request #1594 from apache/tristan/test-plugin-shadowing
    
    tests: Test that user specified plugins shadow core plugins

 tests/plugins/shadow.py                  | 47 ++++++++++++++++++++++++++++++++
 tests/plugins/shadow/elements/manual.bst |  1 +
 tests/plugins/shadow/plugins/manual.py   | 19 +++++++++++++
 tests/plugins/shadow/project.conf        |  8 ++++++
 4 files changed, 75 insertions(+)