package repositories: drop $SNAPCRAFT_APT_HOST_ARCH variable
Metadata
Current evaluation
Support for the $SNAPCRAFT_APT_HOST_ARCH variable was removed ahead of stabilizing package repositories support. Approved by one reviewer, passed CI checks, and merged with changes to five files.
Suggested action: —
No scores available.
Issue body
Prior to stabilizing package-repositories support, drop
support for $SNAPCRAFT_APT_HOST_ARCH variable. We can revisit
in the future, if necessary.
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Support for the $SNAPCRAFT_APT_HOST_ARCH variable was removed ahead of stabilizing package repositories support. Approved by one reviewer, passed CI checks, and merged with changes to five files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged removal of the $SNAPCRAFT_APT_HOST_ARCH variable from package repositories ahead of stabilization. Authored by Chris Patterson, the change was integrated without additional discussion. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Removed support for the $SNAPCRAFT_APT_HOST_ARCH variable ahead of package-repositories stabilization. The change simplifies the codebase and may be revisited later if necessary. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3328 package repositories: drop $SNAPCRAFT_APT_RELEASE variable | snapcraft | merged | Merged removal of the $SNAPCRAFT_APT_RELEASE variable from package repositories ahead of stabilization. Approved by one reviewer, updating 13 files. | |
| #3057 repo: format $SNAPCRAFT_APT_RELEASE instead of ${release} for suites | snapcraft | merged | Merged updates to the repository schema, replacing ${release} with $SNAPCRAFT_APT_RELEASE for suites. Also changes $host_arch to $SNAPCRAFT_APT_HOST_ARCH, though unimplemented. Approved by one reviewer and merged. |