sources: add the plain file source handler
Metadata
Current evaluation
Merged after approval and passing CI checks. Added a plain file source handler exposing a file source type for files not requiring provisioning, resolving issue #136. Changes span 4 files with 220 additions.
Suggested action: —
No scores available.
Issue body
Expose source type `file` to use source files that don't require provisioning.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Fixes #136
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval and passing CI checks. Added a plain file source handler exposing a file source type for files not requiring provisioning, resolving issue #136. Changes span 4 files with 220 additions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Adds a plain file source handler to expose a file source type for files that do not require provisioning. Resolves issue #136. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #31 sources: add source handler base classes | craft-parts | merged | Merged after approval by two reviewers and passing CI checks. Adds base classes for source handlers to manage copying, downloading, and unpacking files, introducing 507 lines across five files. | |
| #212 sources: add zip file source handler | craft-parts | merged | Merged after approval and CI checks. Adds a zip file source handler allowing parts to specify zip archives as sources. Changes span six files with 261 additions and 7 deletions. Co-authored by Kyle Fazzari, Sergio Schvezov, and Marius Gripsgard. |