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:25 UTC

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

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(-)