extensions: Fix install command
Metadata
Current evaluation
Merged a fix for the extensions install command. The update corrects the destination path to include the full filename, resolving a directory creation issue with install -D. The change modifies two files, passes CI checks, and was merged without review comments.
Suggested action: —
No scores available.
Issue body
The "install -D" command creates all except the last element in the destination path, so the whole destination file name must be passed.
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint`?
- [x] Have you successfully run `pytest tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for the extensions install command. The update corrects the destination path to include the full filename, resolving a directory creation issue with install -D. The change modifies two files, passes CI checks, and was merged without review comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for the extensions install command. The update ensures the full destination filename is passed to install -D, which only creates parent directories. Resolved by external contributor sergio-costas. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged fix for extensions install command. Updated install -D usage to pass the full destination filename, resolving path creation errors. Contributor sergio-costas passed lint and unit tests prior to merge. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2236 extensions: fix install path | snapcraft | merged | Merged fix for extension installation path, changing directory from extensions-data to extensions. Resolves Launchpad bug #1790197. Approved, passed CI, and merged with a single line change. | |
| #1416 fix: expand-extensions overview | charmcraft | merged | Merged to the hotfix branch, resolving issue #1411 by correcting the expand-extensions overview. The change modified one file with five additions and two deletions, approved by three reviewers. |