From 8d024c46641df193a444df27decdb9fbd270f125 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 29 Sep 2016 15:03:47 +0200 Subject: reproducible Debian: append unwanted history files to bad_files so that they can be shown --- bin/reproducible_html_breakages.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index fb06d78c..7fddaa92 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -250,6 +250,7 @@ def alien_history(): for f in sorted(os.listdir(HISTORY_PATH)): if f.rsplit('.', 1)[0] not in actual_packages: log.warning('%s should not be there', os.path.join(HISTORY_PATH, f)) + bad_files.append(os.path.join(HISTORY_PATH, f)) return bad_files -- cgit v1.2.3-70-g09d2