summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-07-24 00:24:29 +0000
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:16:01 -0400
commit6ce10306075e0348821da03975c6fc7952016903 (patch)
tree9de3c7a2fb7575eafe8d58e47e4518e3c2dc581a
parent76296ab141f88c766f9fe70591d3717a98aeca70 (diff)
downloadjenkins.debian.net-6ce10306075e0348821da03975c6fc7952016903.tar.xz
reproducible debian: drop the 'schedule message' column from build history pages
we're not saving the scheduling message anymore, and by far most build don't have it anyway, so it's quite pointless to keep an empty column for it
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 00bf8eb5..e323853f 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -230,7 +230,7 @@ def shorten_if_debiannet(hostname):
def gen_history_page(package):
keys = ('build date', 'version', 'suite', 'architecture', 'result',
- 'build duration', 'node1', 'node2', 'job', 'schedule message')
+ 'build duration', 'node1', 'node2', 'job')
try:
head = package.history[0]
except IndexError: