diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-10 21:47:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 21:47:55 +0200 |
commit | 1ac01039962d34c1adeb90837069c8012386c478 (patch) | |
tree | 8bcf253fd3ffdd0b024e3c62f5867b83d49b69e7 /bin | |
parent | 94033b39cec1b0d4e0c6d9f25f82a5563fc8c58c (diff) | |
download | jenkins.debian.net-1ac01039962d34c1adeb90837069c8012386c478.tar.xz |
reproducible: cleanup cruft
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_live_status.py | 1 |
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> </td><td>' + row[0] + '</td>' html += '<td><code>' html += link_package(pkg, suite, arch) |