feat: symlinks for aliased partition to default dirs
Metadata
Current evaluation
Merged to implement symlinks for aliased default partitions, fix stage package priming, and update tests. The author proceeded despite failing CI, attributing failures to an external issue (#1171). Approved by three reviewers.
Suggested action: —
No scores available.
Issue body
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
When using an alias for the default partition, create symlinks for this partition targeting the default directories in the working directories.
Properly prime stage packages when the default partition is aliased.
Add a fixture case with an aliased default partition and fix tests to properly handle it.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to implement symlinks for aliased default partitions, fix stage package priming, and update tests. The author proceeded despite failing CI, attributing failures to an external issue (#1171). Approved by three reviewers. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged after adding symlinks for aliased default partitions to default directories and fixing stage package priming. The change proceeded despite a known test failure tracked in issue #1171, following a minor typo fix. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #834 fix: use partitions for stage-packages tracking | craft-parts | merged | Merged to fix issue #804. The change updates stage-package tracking to scan primed files per partition, resolving failures in common partitioned setups. Multi-partition tracking still requires deeper refactoring. Approved by three reviewers and passed CI. | |
| #1144 feat: Use the first partition in the list as the default | craft-parts | merged | Merged. Treats the first partition as default, supporting custom names and explicit default references. Migration states now track partition names. Approved by two reviewers, passed all CI checks, and modified 30 files. | |
| #1002 feat: Allow slashes in partition names | craft-parts | merged | Merged to allow slashes in partition names, resolving issue #999. Approved by two reviewers with a +146/-85 line diff across eight files. Changelog entry added for the automated release pipeline. |