Commit Graph

12 Commits

Author SHA1 Message Date
b3365afe5b docs: added documentation, enforced documentation
All checks were successful
CI / build (push) Successful in 7m21s
2026-01-01 18:37:40 +01:00
5e1b0988fd package_info: refactor sources parsing even more
All checks were successful
CI / build (push) Successful in 7m46s
2026-01-01 15:20:59 +01:00
a567506831 package_info: refactor sources parsing with iterator
All checks were successful
CI / build (push) Successful in 7m12s
2025-12-31 19:23:49 +01:00
1538e9ee19 deb: cross-compilation, ephemeral contexts, local builds
All checks were successful
CI / build (push) Successful in 7m18s
Multiple changes:
- New contexts (schroot, unshare)
- Cross-building quirks, with ephemeral contexts and repositories management
- Contexts with parents, global context manager, better lifetime handling
- Local building of binary packages
- Pull: pulling dsc files by default
- Many small bugfixes and changes

Co-authored-by: Valentin Haudiquet <valentin.haudiquet@canonical.com>
Co-committed-by: Valentin Haudiquet <valentin.haudiquet@canonical.com>
2025-12-25 17:10:44 +00:00
06ab5eaf98 pull: don't fetch orig tarball for native packages
All checks were successful
CI / build (push) Successful in 1m51s
2025-12-16 18:05:59 +01:00
c14ea99dc2 pull: use the most recent pocket first on 'find'
Some checks failed
CI / build (push) Failing after 32s
2025-12-12 18:22:29 +01:00
5c7b20f847 linter: run linter and format
All checks were successful
CI / build (push) Successful in 1m40s
2025-12-01 00:05:39 +01:00
2cfbb69fe7 format: run cargo fmt
All checks were successful
CI / build (push) Successful in 1m44s
2025-11-30 12:51:52 +01:00
ef1d8f05bf get: allow fetching without series
All checks were successful
CI / build (push) Successful in 1m34s
fetch from devel/sid
fetch with specific dist
2025-11-28 23:47:55 +01:00
92dfe8bacb get: fetch from all components
All checks were successful
CI / build (push) Successful in 1m12s
2025-11-28 18:16:29 +01:00
311304666f better logging
Use callbacks to report progress, indicatif for progress bars, no direct logs but progress messages
2025-11-27 19:34:46 +01:00
c466ad1846 Initial commit
- pkh created
- basic 'get' command to obtain a source package
2025-11-26 00:22:09 +01:00