This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/additional-source-provenance
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit ffb1fc87e tests/frontend/show.py: Add SourceInfo test for user
provided data
omit 0a22ecdff Implement loading of user provided provenance information
add 40d808c08 _frontend/widget: Add artifact-cas-digest show format
add 0a55272eb man: Updated man pages because of changed `bst show`
interface
add 4e1404b12 Merge pull request #1994 from Kekun/show-cas-digest
add 9c0b554c5 Implement loading of user provided provenance information
add d6d5e738c tests/frontend/show.py: Add SourceInfo test for user
provided data
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ffb1fc87e)
\
N -- N -- N refs/heads/tristan/additional-source-provenance
(d6d5e738c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
man/bst-artifact-checkout.1 | 8 +-
man/bst-artifact-delete.1 | 2 +-
man/bst-artifact-list-contents.1 | 8 +-
man/bst-artifact-log.1 | 2 +-
man/bst-artifact-pull.1 | 32 +--
man/bst-artifact-push.1 | 32 +--
man/bst-artifact-show.1 | 2 +-
man/bst-artifact.1 | 46 ++--
man/bst-build.1 | 28 +--
man/bst-help.1 | 2 +-
man/bst-init.1 | 12 +-
man/bst-shell.1 | 30 +--
man/bst-show.1 | 89 ++++----
man/bst-source-checkout.1 | 8 +-
man/bst-source-fetch.1 | 30 +--
man/bst-source-push.1 | 30 +--
man/bst-source-track.1 | 30 +--
man/bst-source.1 | 2 +-
man/bst-workspace-close.1 | 2 +-
man/bst-workspace-list.1 | 2 +-
man/bst-workspace-open.1 | 2 +-
man/bst-workspace-reset.1 | 2 +-
man/bst-workspace.1 | 2 +-
man/bst.1 | 8 +-
src/buildstream/_frontend/cli.py | 4 +-
src/buildstream/_frontend/widget.py | 14 ++
tests/frontend/show_artifact_cas_digest.py | 240 +++++++++++++++++++++
.../elements/dependencies.bst | 6 +
.../elements/import-basic-files.bst} | 2 +-
.../elements/import-executable-files.bst | 2 +-
.../elements/import-symlinks.bst} | 2 +-
.../files/basic-files}/basicfile | 0
.../files/basic-files}/basicfolder/subdir-file | 0
.../files/executable-files}/basicfile | 0
.../executable-files}/basicfolder/subdir-file | 0
.../files/symlinks/broken-symlink | 1 +
.../files/symlinks/symlink | 1 +
.../files/symlinks/target | 1 +
.../project.conf | 0
39 files changed, 475 insertions(+), 209 deletions(-)
create mode 100644 tests/frontend/show_artifact_cas_digest.py
create mode 100644
tests/frontend/show_artifact_cas_digest_project/elements/dependencies.bst
copy tests/{artifactcache/junctions/parent/base/base-element.bst =>
frontend/show_artifact_cas_digest_project/elements/import-basic-files.bst} (58%)
copy
src/buildstream/_testing/_sourcetests/project/files/sub-project/elements/import-etc.bst
=>
tests/frontend/show_artifact_cas_digest_project/elements/import-executable-files.bst
(53%)
copy tests/{artifactcache/junctions/parent/base/base-element.bst =>
frontend/show_artifact_cas_digest_project/elements/import-symlinks.bst} (61%)
copy tests/frontend/{artifact_list_contents/files/files-and-links =>
show_artifact_cas_digest_project/files/basic-files}/basicfile (100%)
copy tests/frontend/{artifact_list_contents/files/files-and-links =>
show_artifact_cas_digest_project/files/basic-files}/basicfolder/subdir-file
(100%)
copy tests/frontend/{artifact_list_contents/files/files-and-links =>
show_artifact_cas_digest_project/files/executable-files}/basicfile (100%)
mode change 100644 => 100755
copy tests/frontend/{artifact_list_contents/files/files-and-links =>
show_artifact_cas_digest_project/files/executable-files}/basicfolder/subdir-file
(100%)
mode change 100644 => 100755
create mode 120000
tests/frontend/show_artifact_cas_digest_project/files/symlinks/broken-symlink
create mode 120000
tests/frontend/show_artifact_cas_digest_project/files/symlinks/symlink
create mode 100644
tests/frontend/show_artifact_cas_digest_project/files/symlinks/target
copy tests/frontend/{artifact_list_contents =>
show_artifact_cas_digest_project}/project.conf (100%)