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/22 04:43:31 UTC

[buildstream] branch master updated (3a8e7bb -> 6fca9d4)

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 3a8e7bb  Merge pull request #1594 from apache/tristan/test-plugin-shadowing
     add 6cbbb6e  Remove SandboxFlags from public API surface
     new 6fca9d4  Merge pull request #1595 from apache/tristan/remove-sandbox-flags

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/__init__.py                    |   2 +-
 src/buildstream/buildelement.py                |  11 +-
 src/buildstream/element.py                     |  29 ++--
 src/buildstream/plugins/elements/autotools.py  |   4 +-
 src/buildstream/plugins/elements/compose.py    |   2 +-
 src/buildstream/plugins/elements/manual.py     |   4 +-
 src/buildstream/sandbox/__init__.py            |   5 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py |   6 +-
 src/buildstream/sandbox/_sandboxdummy.py       |   2 +-
 src/buildstream/sandbox/_sandboxreapi.py       |  21 +--
 src/buildstream/sandbox/sandbox.py             | 180 +++++++++++++++----------
 src/buildstream/scriptelement.py               |  18 +--
 12 files changed, 160 insertions(+), 124 deletions(-)

[buildstream] 01/01: Merge pull request #1595 from apache/tristan/remove-sandbox-flags

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 6fca9d4fee679b91a0b5962f597174b461363282
Merge: 3a8e7bb 6cbbb6e
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Feb 22 13:42:58 2022 +0900

    Merge pull request #1595 from apache/tristan/remove-sandbox-flags
    
    Remove SandboxFlags from public API surface

 src/buildstream/__init__.py                    |   2 +-
 src/buildstream/buildelement.py                |  11 +-
 src/buildstream/element.py                     |  29 ++--
 src/buildstream/plugins/elements/autotools.py  |   4 +-
 src/buildstream/plugins/elements/compose.py    |   2 +-
 src/buildstream/plugins/elements/manual.py     |   4 +-
 src/buildstream/sandbox/__init__.py            |   5 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py |   6 +-
 src/buildstream/sandbox/_sandboxdummy.py       |   2 +-
 src/buildstream/sandbox/_sandboxreapi.py       |  21 +--
 src/buildstream/sandbox/sandbox.py             | 180 +++++++++++++++----------
 src/buildstream/scriptelement.py               |  18 +--
 12 files changed, 160 insertions(+), 124 deletions(-)