meta: take no command-chain being prepended into account
Metadata
Current evaluation
Merged a fix preventing empty command-chains in the apps entry during classic confinement, where the core omits prepending one. Approved by reviewer, passed CI, and modified two files.
Suggested action: —
No scores available.
Issue body
Avoid an empty command-chain in the apps entry from being set
as a result of using classic confinement for which snapcraft's
core does not prepend its own command-chain.
Signed-off-by: Sergio Schvezov <sergio.schvezov@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 | — | — | Merged a fix preventing empty command-chains in the apps entry during classic confinement, where the core omits prepending one. Approved by reviewer, passed CI, and modified two files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to prevent empty command-chain values in the apps entry when using classic confinement, where snapcraft's core does not prepend a command-chain. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix preventing an empty command-chain from being set in the apps entry when using classic confinement, where snapcraft's core does not prepend one. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2652 meta: transparently support command-chain | snapcraft | merged | Merged. Removes checks blocking command-chain usage, automatically switching to full-mode when present in app entries. Approved by maintainer, passed CI, and updated 6 files. | |
| #946 meta: support classic confinment | snapcraft | merged | Merged. Adds support for the confinement property in classic confinement mode. Approved by two reviewers, passed CI, and modified three files with a +5/-4 line change. Resolves Launchpad bug #1647422. |