fix: try proxy settings with another gpg error
Metadata
Current evaluation
Merged a fix handling GPG network unreachable errors by applying proxy settings when timeouts fail. Approved by two reviewers, passed CI checks, and modified four files. Resolves proxy-related GPG connectivity issues.
Suggested action: —
No scores available.
Issue body
In some environments it's possible that gpg says that the network is unreachable, rather than that the connection timed out, when a proxy needs to be used.
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix handling GPG network unreachable errors by applying proxy settings when timeouts fail. Approved by two reviewers, passed CI checks, and modified four files. Resolves proxy-related GPG connectivity issues. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix updating GPG proxy handling to recognize network unreachable errors alongside timeouts, ensuring reliable proxy configuration in restrictive environments. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #189 fix: retry key receiving on port TCP/80 if using default keyserver | craft-archives | merged | Merged fix that retries GPG key retrieval on TCP/80 when default port 11371 times out, and optimizes AptGPGKeyInstallError after the apt-key to gpg migration. Approved by three reviewers, passed all CI checks, and resolves #165 and CRAFT-4560. |