[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: really ignore bugs
Holger Levsen
holger at moszumanska.debian.org
Thu Sep 10 23:30: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 4724eef429032f46ebdba2b33361628ed6f0b976
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Sep 11 01:30:09 2015 +0200
reproducible: really ignore bugs
---
bin/reproducible_html_live_status.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index fa5c2eb..dc3073f 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -31,7 +31,7 @@ def generate_schedule(arch):
pkg = row[3]
html += tab + '<tr><td> </td><td>' + row[0] + '</td>'
html += '<td>' + row[1] + '</td><td>' + row[2] + '</td><td><code>'
- html += link_package(pkg, row[1], row[2], bugs)
+ html += link_package(pkg, row[1], row[2])
html += '</code></td></tr>\n'
html += '</table></p>\n'
destfile = BASE + '/index_' + arch + '_scheduled.html'
--
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