[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_packages: replace the u'\u2691' with the char itself '⚑'. py 3.2 seems to grok it better
Holger Levsen
holger at moszumanska.debian.org
Fri May 29 14:41:30 UTC 2015
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 be14a1b2a4a110a035f9b832b981c017604f6945
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri May 29 16:40:41 2015 +0200
reproducible: html_packages: replace the u'\u2691' with the char itself '⚑'. py 3.2 seems to grok it better
---
bin/reproducible_html_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 2da881d..ba90b87 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -90,7 +90,7 @@ def check_package_status(package, suite, nocheck=False):
raise
status = str(result[0])
version = str(result[1])
- notify_maint = u'\u2691' if int(result[3]) == 1 else '' # that's ⚑
+ notify_maint = '⚑' if int(result[3]) == 1 else ''
if result[2]:
build_date = 'at ' + str(result[2]) + ' UTC'
else:
--
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