summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)