ips/pkg6depotd
Till Wegmueller 81bc7b8574
Refactor catalog handling by replacing get_legacy_catalog with get_catalog_file_path for improved clarity and consistency.
- Removed now-redundant catalog path resolution logic in `repo.rs`.
- Updated `file_backend` with a unified method for fetching catalog file paths, addressing invalid path prefixes.
- Adjusted HTTP handler to use the updated method.
2025-12-08 22:45:39 +01:00
..
src Refactor catalog handling by replacing get_legacy_catalog with get_catalog_file_path for improved clarity and consistency. 2025-12-08 22:45:39 +01:00
tests Remove deprecated Catalog v0 support and refactor legacy catalog handling. 2025-12-08 22:10:11 +01:00
.gitignore merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.lock merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.toml Add REST API v1 endpoints and legacy catalog handling for pkg6depotd 2025-12-08 21:36:37 +01:00
LICENSE merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
README.md merging all ips packages into one repo 2021-03-21 14:12:03 -03:00

IPS Repository server written in rust

Work in progress