ips/pkg6recv
Till Wegmueller e4f49cd7c8
Refactor: Introduce resolve_packages for wildcard handling and enhance repository package resolution
- Added `resolve_packages` to centralize wildcard pattern processing and match the latest package versions consistently.
- Updated both `FileBackend` and `RestBackend` to support wildcard patterns via `glob_to_regex` logic.
- Made `glob_to_regex` public to facilitate regex conversion for glob patterns.
- Improved `catalog_manager` handling in `RestBackend` by explicitly loading catalog parts to ensure accurate package matching.
- Replaced redundant FMRI parsing logic with `resolve_packages` for cleaner and more maintainable code.
2026-02-06 00:04:23 +01:00
..
src Refactor: Introduce resolve_packages for wildcard handling and enhance repository package resolution 2026-02-06 00:04:23 +01:00
Cargo.toml Add pkg6recv package for receiving IPS repositories. 2026-01-20 20:16:58 +01:00