lookup through archive packages before build

This commit is contained in:
2025-07-31 17:11:54 +03:00
parent cea706c4b6
commit 5d5e0064c3
5 changed files with 195 additions and 52 deletions

View File

@@ -79,7 +79,7 @@ def test_run_repo_specific_triggers(args: argparse.Namespace, configuration: Con
_, repository_id = configuration.check_loaded()
# remove unused sections
for section in ("customs3", "github:x86_64", "logs-rotation", "mirrorlist"):
for section in ("archive", "customs3", "github:x86_64", "logs-rotation", "mirrorlist"):
configuration.remove_section(section)
configuration.set_option("report", "target", "test")