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 40673537a Merge pull request #2086 from apache/jbilleter/buildgrid
add 878fa5251 Support artifact remote arguments in bst artifact show
command.
add 870cd6686 tests/frontend/artifact_show.py: Split out test files from
common data dir
add 1c31c6ece Fixup implementation
add ccb6f5580 tests/frontend/artifact_show.py: Add coverage for newly
added options
new 30145c659 Merge pull request #2088 from
apache/tristan/artifact-show-remote
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:
src/buildstream/_frontend/cli.py | 23 ++++-
src/buildstream/_stream.py | 18 +++-
.../artifact-show}/elements/compose-all.bst | 0
.../artifact-show}/elements/import-bin.bst | 0
.../artifact-show}/elements/import-dev.bst | 0
.../{project => artifact-show}/elements/manual.bst | 0
.../elements}/target.bst | 0
.../artifact-show}/files/bin-files/usr/bin/hello | 0
.../files/dev-files/usr/include/pony.h | 0
.../project.conf | 0
tests/frontend/artifact_show.py | 97 ++++++++++++++++++++--
11 files changed, 127 insertions(+), 11 deletions(-)
copy tests/{artifactcache/project =>
frontend/artifact-show}/elements/compose-all.bst (100%)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact-show}/elements/import-bin.bst (100%)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact-show}/elements/import-dev.bst (100%)
copy tests/frontend/{project => artifact-show}/elements/manual.bst (100%)
copy tests/frontend/{completions/no-element-path =>
artifact-show/elements}/target.bst (100%)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact-show}/files/bin-files/usr/bin/hello (100%)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact-show}/files/dev-files/usr/include/pony.h (100%)
copy tests/frontend/{artifact_list_contents => artifact-show}/project.conf
(100%)