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/10 06:34:24 UTC

[buildstream] branch master updated (0b8c2e1 -> 1ab661b)

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 0b8c2e1  Merge pull request #1523 from apache/tristan/strict-element-names
     add 8519dc3  Remove `--pull` option from `bst shell`, and pull dependencies by default
     add 3624735  Remove `--pull` option from `bst artifact checkout`, and pull dependencies by default
     add 147ca3d  NEWS: Document breaking change of removing `--pull` options from some commands
     new 1ab661b  Merge pull request #1522 from apache/tristan/shell-checkout-always-pull

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                                 |  3 ++
 src/buildstream/_frontend/cli.py     | 11 ++-----
 src/buildstream/_stream.py           | 64 ++++++++++++++++++++----------------
 tests/frontend/artifact_checkout.py  |  3 +-
 tests/frontend/buildcheckout.py      |  8 ++---
 tests/integration/shell.py           |  8 +++--
 tests/integration/shellbuildtrees.py | 57 ++++++--------------------------
 7 files changed, 60 insertions(+), 94 deletions(-)

[buildstream] 01/01: Merge pull request #1522 from apache/tristan/shell-checkout-always-pull

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 1ab661b13b8541cc3d7b1a32bc6b40a432ccdde5
Merge: 0b8c2e1 147ca3d
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Sun Oct 10 15:34:21 2021 +0900

    Merge pull request #1522 from apache/tristan/shell-checkout-always-pull
    
    Unconditional pull of artifacts in `bst shell` and `bst artifact checkout`

 NEWS                                 |  3 ++
 src/buildstream/_frontend/cli.py     | 11 ++-----
 src/buildstream/_stream.py           | 64 ++++++++++++++++++++----------------
 tests/frontend/artifact_checkout.py  |  3 +-
 tests/frontend/buildcheckout.py      |  8 ++---
 tests/integration/shell.py           |  8 +++--
 tests/integration/shellbuildtrees.py | 57 ++++++--------------------------
 7 files changed, 60 insertions(+), 94 deletions(-)