fix: Set CRAFT_DEFAULT_* env vars when the default partition is aliased
Metadata
Current evaluation
Merged fix for setting CRAFT_DEFAULT_* environment variables when the default partition is aliased. Resolves #1171 and CRAFT-4653. Approved by reviewers, passed all CI checks, and updated 6 files.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
Fix #1171
CRAFT-4653
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged fix for setting CRAFT_DEFAULT_* environment variables when the default partition is aliased. Resolves #1171 and CRAFT-4653. Approved by reviewers, passed all CI checks, and updated 6 files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged fix ensuring CRAFT_DEFAULT_* environment variables are correctly set when the default partition is aliased. Resolves issue #1171. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1171 Missing CRAFT_DEFAULT_* env var when aliasing the default partition | craft-parts | closed | Closed without a repository fix. The missing CRAFT_DEFAULT_* environment variable bug when aliasing the default partition was deferred and tracked internally via Jira CRAFT-4653. | |
| #602 feat(partitions): create envvars for namespaced partitions | craft-parts | merged | Merged implementation of environment variables for namespaced partitions, generating CRAFT_DEFAULT_STAGE and CRAFT_COMPONENT_FOO_STAGE. Resolves #597, removes xfail decorators from #600, and passed CI review. |