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 ad25c4ba0 Merge pull request #2008 from 
apache/tristan/prefer-better-version-matches
     add 40d808c08 _frontend/widget: Add artifact-cas-digest show format
     add 0a55272eb man: Updated man pages because of changed `bst show` 
interface
     new 4e1404b12 Merge pull request #1994 from Kekun/show-cas-digest

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:
 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%)

Reply via email to