build/pack: pass --verbose or --quiet as needed (CRAFT-322)
Metadata
Current evaluation
Merged implementation that passes --verbose or --quiet flags to managed build instances, aligning them with the host charmcraft instance. Approved by two reviewers and applied across four files.
Suggested action: —
No scores available.
Issue body
When building with provided (managed) instance, append --verbose
or --quiet as required to match the parameter given to the host
charmcraft instance.
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged implementation that passes --verbose or --quiet flags to managed build instances, aligning them with the host charmcraft instance. Approved by two reviewers and applied across four files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Passes --verbose or --quiet flags to managed build instances to align with the host charmcraft instance's logging level, resolving CRAFT-322. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to pass --verbose or --quiet flags to managed build instances, aligning their output with the host charmcraft instance. Resolves CRAFT-322. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #411 build: pack charm in provided environment when using bases (CRAFT-313) | charmcraft | merged | Merged implementation for packing charms in provided environments per bases configuration (CRAFT-313). Approved by two reviewers, modifying two files (+175/-30). Future work will add verbose and quiet mode flag support. | |
| #495 pack: add support for --debug, --shell, and --shell-after (CRAFT-408) | charmcraft | merged | Added --debug, --shell, and --shell-after flags to the pack command for debugging charm builds. Merged after approval by three reviewers and passing CI checks, modifying five files. | |
| #2021 feat(reactive): run charm build in verbose mode | charmcraft | merged | Merged after two approvals and passing CI. Automatically adds the --verbose flag to charm build arguments when no log level is specified, ensuring verbose output is captured in logs. Resolves issue #924. |