fix: skip symlinks in md5sums
Metadata
Current evaluation
Merged a fix that skips symlinks in md5sums. Approved by two reviewers, the change modifies two files with six added lines. CI checks passed aside from a non-blocking OSV-scanner failure.
Suggested action: —
No scores available.
Issue body
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix that skips symlinks in md5sums. Approved by two reviewers, the change modifies two files with six added lines. CI checks passed aside from a non-blocking OSV-scanner failure. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix that skips symlinks during md5sum calculations to prevent incorrect checksums. The maintainer-submitted change was approved and integrated without additional comments or revisions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix skipping symlinks in md5sum generation to prevent incorrect checksums. Authored by maintainer cmatsuoka and integrated into the main branch. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3497 repo: fix regression in fix_symlink() | snapcraft | merged | Merged a fix for a regression in fix_symlink() where copied files retained stale symlinks. The update ensures symlinks correctly point to new files and adds spread tests for relative and host copy scenarios. Approved by two reviewers and passed CI. | |
| #131 Respect the symlink even if it's a directory when building. | charmcraft | merged | Merged a pull request updating the build process to respect symlinks pointing to directories. Approved by three reviewers, passed CI checks, and modified two files with 85 additions and 15 deletions. | |
| #3370 repo: address issue with fix_symlink() when pointed at directory | snapcraft | merged | Merged fix addressing fix_symlink() crashes when targeting directories. Updates behavior to warn about dangling symlinks, includes refactoring and documentation, and was approved by reviewers prior to merge. | |
| #969 fix: decode filenames | craft-application | merged | Merged to resolve issue #968 by implementing filename decoding. Approved by two reviewers with passing CI checks. The change updates two files, adding 35 lines and removing 1. |