ips/libips/src/repository
Till Wegmueller 5b4b719b42
Introduce cleanup functionality for obsoleted packages with TTL support
- Add methods to find and clean up obsoleted packages older than a specified TTL (`find_obsoleted_packages_older_than_ttl` and `cleanup_obsoleted_packages_older_than_ttl`) in `libips`.
- Implement a new `CleanupObsoleted` command in `pkg6repo` to handle cleanup operations.
- Update workspace `Cargo.toml` files with unified attributes for better consistency.
- Adjust dependencies (`libips` version patterns, `thiserror` updates) and enhance metadata management for obsoleted packages.
- Enhance repository operations by adding batch processing and robust logging during cleanup.
2025-07-29 19:08:18 +02:00
..
catalog.rs Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
file_backend.rs Introduce obsoleted package management system in IPS 2025-07-29 16:16:12 +02:00
mod.rs Introduce obsoleted package management system in IPS 2025-07-29 16:16:12 +02:00
obsoleted.rs Introduce cleanup functionality for obsoleted packages with TTL support 2025-07-29 19:08:18 +02:00
rest_backend.rs Refactor repository operations to use immutable references 2025-07-27 13:43:56 +02:00
tests.rs Remove obsolete test_manifest_parsing.rs and refactor FileBackend for robust manifest handling 2025-07-27 16:12:59 +02:00