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 30145c65918bbfa3c14fabe42e5022bf740067ff Merge: 40673537a ccb6f5580 Author: Tristan Van Berkom <[email protected]> AuthorDate: Tue Nov 18 15:41:13 2025 +0900 Merge pull request #2088 from apache/tristan/artifact-show-remote Support artifact remote options in `bst artifact show` src/buildstream/_frontend/cli.py | 23 ++++- src/buildstream/_stream.py | 18 +++- .../artifact-show/elements/compose-all.bst | 12 +++ .../frontend/artifact-show/elements/import-bin.bst | 4 + .../frontend/artifact-show/elements/import-dev.bst | 4 + tests/frontend/artifact-show/elements/manual.bst | 9 ++ tests/frontend/artifact-show/elements/target.bst | 8 ++ .../artifact-show/files/bin-files/usr/bin/hello | 3 + .../files/dev-files/usr/include/pony.h | 12 +++ tests/frontend/artifact-show/project.conf | 10 +++ tests/frontend/artifact_show.py | 97 ++++++++++++++++++++-- 11 files changed, 189 insertions(+), 11 deletions(-)
