summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 21:47:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 21:47:55 +0200
commit1ac01039962d34c1adeb90837069c8012386c478 (patch)
tree8bcf253fd3ffdd0b024e3c62f5867b83d49b69e7 /bin/reproducible_html_live_status.py
parent94033b39cec1b0d4e0c6d9f25f82a5563fc8c58c (diff)
downloadjenkins.debian.net-1ac01039962d34c1adeb90837069c8012386c478.tar.xz
reproducible: cleanup cruft
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-xbin/reproducible_html_live_status.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index 97ea8edc..3a899a58 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -32,7 +32,6 @@ def generate_live_status():
pkg = row[1]
arch = row[4]
suite = row[3]
- url = RB_PKG_URI + '/' + suite + '/' + arch + '/' + pkg + '.html'
html += tab + '<tr><td>&nbsp;</td><td>' + row[0] + '</td>'
html += '<td><code>'
html += link_package(pkg, suite, arch)