summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-19 09:35:36 +0000
committerHolger Levsen <holger@layer-acht.org>2015-12-09 11:28:32 +0100
commit629ea43e9c361d2a2bed28bf093addd849029374 (patch)
tree42ffbb8232bb050bc4e7df826ead048a471cd644 /bin/reproducible_html_packages.py
parent46ddc27f0bbdc0aa0c27541d63460214c4686498 (diff)
downloadjenkins.debian.net-629ea43e9c361d2a2bed28bf093addd849029374.tar.xz
reproducible: save the schedule message in the db and show it in the "test history" table
Diffstat (limited to 'bin/reproducible_html_packages.py')
-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 ee35072c..52aca925 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -211,7 +211,7 @@ def gen_suites_links(package, current_suite, current_arch):
def gen_history_page(package):
keys = ('build date', 'version', 'suite', 'architecture', 'result',
- 'build duration', 'node1', 'node2', 'job')
+ 'build duration', 'node1', 'node2', 'job', 'schedule message')
try:
head = package.history[0]
except IndexError: