From 629ea43e9c361d2a2bed28bf093addd849029374 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 19 Oct 2015 09:35:36 +0000 Subject: reproducible: save the schedule message in the db and show it in the "test history" table --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') 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: -- cgit v1.2.3-54-g00ecf