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 2023/08/20 06:48:07 UTC

[buildstream] 01/01: Merge pull request #1849 from apache/tristan/implement-retry-failed

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 cf694f158c90d9c085ef4459b5f6668ec6defc4d
Merge: 3da45a5e1 cc6324998
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Sun Aug 20 15:48:01 2023 +0900

    Merge pull request #1849 from apache/tristan/implement-retry-failed
    
    Implement new --retry-failed behavior

 doc/source/using_config.rst          |   8 +++
 man/bst-artifact-checkout.1          |  11 ++--
 man/bst-artifact-delete.1            |   2 +-
 man/bst-artifact-list-contents.1     |   2 +-
 man/bst-artifact-log.1               |   2 +-
 man/bst-artifact-pull.1              |  13 +++--
 man/bst-artifact-push.1              |  14 ++---
 man/bst-artifact-show.1              |   2 +-
 man/bst-artifact.1                   |  24 +++++---
 man/bst-build.1                      |  27 +++++++--
 man/bst-help.1                       |   3 +-
 man/bst-init.1                       |   2 +-
 man/bst-shell.1                      |  19 +++++--
 man/bst-show.1                       |   5 +-
 man/bst-source-checkout.1            |   8 ++-
 man/bst-source-fetch.1               |  20 +++----
 man/bst-source-push.1                |  18 ++++--
 man/bst-source-track.1               |   2 +-
 man/bst-source.1                     |   2 +-
 man/bst-workspace-close.1            |   2 +-
 man/bst-workspace-list.1             |   2 +-
 man/bst-workspace-open.1             |   8 ++-
 man/bst-workspace-reset.1            |   2 +-
 man/bst-workspace.1                  |   2 +-
 man/bst.1                            |  22 +-------
 src/buildstream/_context.py          |   6 +-
 src/buildstream/_frontend/cli.py     |   8 +++
 src/buildstream/_messenger.py        |   7 ++-
 src/buildstream/_stream.py           |   6 ++
 src/buildstream/_testing/runcli.py   |   7 +++
 src/buildstream/data/userconfig.yaml |   5 ++
 src/buildstream/element.py           |  35 +++++++++++-
 tests/frontend/completions.py        |   2 +
 tests/integration/cachedfail.py      | 104 +++++++++++++++++++++++++++++------
 34 files changed, 293 insertions(+), 109 deletions(-)