fix(inspectors/apt): use correct esm archive url
Metadata
Current evaluation
Merged a fix updating the ESM archive URL pattern to include an additional directory level before ubuntu, ensuring correct validation for Ubuntu Pro packages. Approved by four reviewers, passed CI, and modified three files.
Suggested action: —
No scores available.
Issue body
ESM URLs don't follow the same pattern used in the regular archive
and have one more directory level before "ubuntu". This patch fixes
the request URL versification to properly validate Pro packages.
Co-authored-by: Rafid Mostofa <rafid.mostofa@canonical.com>
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix updating the ESM archive URL pattern to include an additional directory level before ubuntu, ensuring correct validation for Ubuntu Pro packages. Approved by four reviewers, passed CI, and modified three files. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #410 fix(apt): use separate esm repository configuration | fetch-service | merged | Merged changes implementing a separate ESM repository configuration for apt and adding apt inspector smoke testing. Approved by two reviewers and passed CI checks. | |
| #361 fix(apt.config): support ESM archive paths | fetch-service | closed | Superseded by PR #365 after consolidation with #345. The changes implement ESM archive path support in apt.config, resolving index and package file lookups for Chisel Pro packages. |