9 Commits

Author SHA1 Message Date
ea2aa940ea add mockrepo tests
All checks were successful
Gentoo Utils / build-oci-image (pull_request) Successful in 8s
Gentoo Utils / build (pull_request) Successful in 37s
2025-12-12 04:48:30 +00:00
48a276cc8b read repo_name when opening repos 2025-12-12 04:48:30 +00:00
bd7000d5ac default to Eapi 0 if no eapi file exists 2025-12-12 04:48:30 +00:00
11a7852205 add docs to profile module 2025-12-12 04:48:30 +00:00
9868ca3b32 read deprecated file in profiles 2025-12-12 04:48:30 +00:00
0df008a273 read eapi file in profiles 2025-12-12 04:48:30 +00:00
e46319cbd5 add profile related source files to sources variable 2025-12-12 04:48:30 +00:00
b4f12f6ddc impl profile evaluation 2025-12-12 04:48:30 +00:00
1db36d168c use "ninja test" instead of "meson test" in check_commands.txt
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / build (push) Successful in 33s
2025-12-12 04:39:04 +00:00

View File

@@ -2,4 +2,4 @@
ninja rustfmt -C build ninja rustfmt -C build
ninja rustdoc -C build ninja rustdoc -C build
ninja clippy -C build ninja clippy -C build
meson test -v -C build ninja test -C build