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/08/17 06:43:15 UTC

[buildstream] branch master updated (07fcb9fde -> 7ba5126b7)

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 07fcb9fde Merge pull request #1722 from apache/chandan/housekeeping
     add 90fec4e9d _stream.py: Allow loading artifacts in `bst shell`
     add 8aad70446 _frontend/cli.py: Rename bst shell element argument to 'target'
     add 07e1b4927 tests/integration/shellbuildtrees.py: Add test for shelling into an artifact
     add ec2d86f63 _stream.py: Enhance error reporting for incorrect usage of bst shell.
     add d2cd5bc73 tests/integration/shell.py: Test correct error messaging when abusing bst shell
     new 7ba5126b7 Merge pull request #1719 from apache/tristan/shell-artifacts

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/_frontend/cli.py     | 14 +++++++-------
 src/buildstream/_stream.py           | 30 ++++++++++++++++++++----------
 tests/integration/shell.py           | 13 +++++++++++++
 tests/integration/shellbuildtrees.py | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+), 17 deletions(-)


[buildstream] 01/01: Merge pull request #1719 from apache/tristan/shell-artifacts

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 7ba5126b7dea2823cbb79df56b7a19bc4fb07989
Merge: 07fcb9fde d2cd5bc73
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Aug 17 15:43:10 2022 +0900

    Merge pull request #1719 from apache/tristan/shell-artifacts
    
    Allow artifact names in bst shell

 src/buildstream/_frontend/cli.py     | 14 +++++++-------
 src/buildstream/_stream.py           | 30 ++++++++++++++++++++----------
 tests/integration/shell.py           | 13 +++++++++++++
 tests/integration/shellbuildtrees.py | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+), 17 deletions(-)