Allow debugging cleanbuild runs.
Metadata
Current evaluation
Merged: Enables debugging for cleanbuild runs by spawning a shell when the --debug flag is used. Approved by reviewers and integrated into the codebase.
Suggested action: —
No scores available.
Issue body
When using --debug a shell is spawned into the cleanbuild run
to allow debugging and troubleshooting.
LP: #1609803
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged: Enables debugging for cleanbuild runs by spawning a shell when the --debug flag is used. Approved by reviewers and integrated into the codebase. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Implements a --debug flag to spawn an interactive shell during cleanbuild runs for troubleshooting. Approved by maintainers after manual test verification. Resolves LP #1609803. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Enables debugging cleanbuild runs by spawning a shell when the --debug flag is used. Approved by reviewers after manual test verification. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1404 cleanbuild: ensure we enter a shell on failures on --debug | snapcraft | merged | Merged to ensure cleanbuild enters a shell on failures when --debug is enabled, regardless of flag positioning. Approved by two reviewers, updating four files with 65 additions and 37 deletions. | |
| #3718 parts: run debug shell on build environment | snapcraft | merged | Merged. Adds debug, shell, and shell-after flags to launch a build environment shell during parts errors or to replace lifecycle steps. Approved by reviewer, rebased, and passed CI before integration. |