From: Torsten Werner Date: Thu, 19 Nov 2009 20:26:14 +0000 (+0100) Subject: cruft-report: disable OBS in daily mode X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=2206508e762c7db925b444ace6030dfecf2d951b;hp=59c7c406ddc6d5feee95bd05ada41c5d72d0eaea;p=dak.git cruft-report: disable OBS in daily mode Signed-off-by: Torsten Werner --- 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: