[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible Debian: append unwanted history files to bad_files so that they can be shown

Holger Levsen holger at layer-acht.org
Thu Sep 29 13:34:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 8d024c46641df193a444df27decdb9fbd270f125
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 29 15:03:47 2016 +0200

    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(+)

diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index fb06d78..7fddaa9 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
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list