[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian. just ignore unicode errors only

Holger Levsen holger at layer-acht.org
Sat Sep 24 10:59:01 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 e49fc9a644359fda0c25cfc116b99d622386103a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 24 12:58:57 2016 +0200

    reproducible Debian. just ignore unicode errors only
---
 bin/reproducible_html_notes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 3d2a646..cc115f6 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -401,7 +401,7 @@ def issues_popcon_annotate(issues_list):
         issues_by_popcon = sorted(issues, key=lambda p: p[1], reverse=True)
         issues_with_popcon = [(p[0], p[1], i<n/4) for i, p in enumerate(issues_by_popcon)]
         return sorted(issues_with_popcon, key=lambda p: p[0])
-    except:
+    except UnicodeDecodeError:
         return issues_list
 
 

-- 
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