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 2021/10/14 08:22:17 UTC

[buildstream] branch master updated (1ab661b -> 15cd166)

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 1ab661b  Merge pull request #1522 from apache/tristan/shell-checkout-always-pull
     add e97d16b  Revert to expecting '.bst' on the command line to disambiguate elements and artifacts
     add 43a8b3e  _frontend/cli.py: Enhanced the `bst artifact --help` output
     add 556cb91  NEWS: Document new/restored behavior of `bst artifact` commands
     new 15cd166  Merge pull request #1524 from apache/tristan/disambiguate-artifact-globs

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:
 NEWS                              |   4 ++
 src/buildstream/_frontend/cli.py  |  22 ++++--
 src/buildstream/_loader/loader.py |  12 ----
 src/buildstream/_stream.py        | 142 +++++++++++++++++++++-----------------
 tests/format/elementnames.py      |  28 ++++++--
 tests/frontend/artifact_show.py   |  24 -------
 tests/frontend/show.py            |  12 +---
 tests/frontend/workspace.py       |   2 +-
 tests/internals/loader.py         |   3 +-
 9 files changed, 126 insertions(+), 123 deletions(-)

[buildstream] 01/01: Merge pull request #1524 from apache/tristan/disambiguate-artifact-globs

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 15cd166d5e0fc0863bb8fff67ae6eb97a7426345
Merge: 1ab661b 556cb91
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Oct 14 17:21:47 2021 +0900

    Merge pull request #1524 from apache/tristan/disambiguate-artifact-globs
    
    Revert to expecting '.bst' on the command line to disambiguate elements and artifacts

 NEWS                              |   4 ++
 src/buildstream/_frontend/cli.py  |  22 ++++--
 src/buildstream/_loader/loader.py |  12 ----
 src/buildstream/_stream.py        | 142 +++++++++++++++++++++-----------------
 tests/format/elementnames.py      |  28 ++++++--
 tests/frontend/artifact_show.py   |  24 -------
 tests/frontend/show.py            |  12 +---
 tests/frontend/workspace.py       |   2 +-
 tests/internals/loader.py         |   3 +-
 9 files changed, 126 insertions(+), 123 deletions(-)