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 0edf2dc8aaec2216a8b15a6015d9dc1fb15878e6 Merge: 152e5fe97 fa3d663ef Author: Tristan Van Berkom <[email protected]> AuthorDate: Fri Oct 4 14:43:34 2024 +0900 Merge pull request #1959 from apache/tristan/fix-list-content-symlinks Fix `bst artifact list-content --long` with symlinks src/buildstream/_frontend/widget.py | 2 +- tests/frontend/artifact_list_contents.py | 90 ++++++++++++++-------- .../artifact_list_contents/elements/import-bin.bst | 4 + .../elements/import-links.bst | 4 + .../artifact_list_contents/elements/target.bst | 8 ++ .../files/bin-files/usr/bin/hello | 3 + .../files/files-and-links/basicfile | 1 + .../files/files-and-links/basicfolder/subdir-file | 0 tests/frontend/artifact_list_contents/project.conf | 10 +++ 9 files changed, 88 insertions(+), 34 deletions(-)
