From 2206508e762c7db925b444ace6030dfecf2d951b Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Thu, 19 Nov 2009 21:26:14 +0100 Subject: [PATCH] cruft-report: disable OBS in daily mode Signed-off-by: Torsten Werner --- dak/cruft_report.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dak/cruft_report.py b/dak/cruft_report.py index cc475f5d..4b784877 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -358,7 +358,9 @@ def main (): # Set up checks based on mode if Options["Mode"] == "daily": - checks = [ "nbs", "nviu", "nvit", "obsolete source" ] + checks = [ "nbs", "nviu", "nvit" ] + # 'obsolete source' is broken since the introduction of dak dominate + #checks = [ "nbs", "nviu", "nvit", "obsolete source" ] elif Options["Mode"] == "full": checks = [ "nbs", "nviu", "nvit", "obsolete source", "nfu", "dubious nbs", "bnb", "bms", "anais" ] else: -- 2.39.2