From 382189e8447b6e43a5dcfba067b8604e9c5d0657 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 13 Jul 2021 18:05:46 +0200 Subject: [PATCH] Do not exclude 'source' when scanning the primary mirror Signed-off-by: Adrian Reber --- roles/mirrormanager/backend/templates/scan-primary-mirror.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/backend/templates/scan-primary-mirror.toml b/roles/mirrormanager/backend/templates/scan-primary-mirror.toml index 1f6ef4dce9..922db16803 100644 --- a/roles/mirrormanager/backend/templates/scan-primary-mirror.toml +++ b/roles/mirrormanager/backend/templates/scan-primary-mirror.toml @@ -3,7 +3,7 @@ max_stale_days = 3 excludes=[".*\\.snapshot", ".*/\\.~tmp~"] skip_paths_for_version=["pub/alt"] test_paths=["/test/", "/stage/"] -skip_repository_paths = ["Cloud", "Workstation", "Server", "drpms", "source"] +skip_repository_paths = ["Cloud", "Workstation", "Server", "drpms" ] do_not_display_paths = ["_Beta"] [database]