[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: html_packages: do not return before writing out the final .html
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 9 16:39:48 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 002db0e413981f9c0ee045fe6aadbac59b57ea97
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri Oct 9 16:18:08 2015 +0000
reproducible: html_packages: do not return before writing out the final .html
---
bin/reproducible_html_packages.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index a30be8f..9d341e7 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -215,7 +215,6 @@ def gen_history_page(package):
head = package.history[0]
except IndexError:
html = '<p>No historical data available for this package.</p>'
- return
else:
html = '<table>\n{tab}<tr>\n{tab}{tab}'.format(tab=tab)
for i in keys:
--
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