[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: drop the 'schedule message' column from build history pages
Holger Levsen
holger at layer-acht.org
Sun Jul 24 15:16:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6ce10306075e0348821da03975c6fc7952016903
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Jul 24 00:24:29 2016 +0000
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
---
bin/reproducible_html_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 00bf8eb..e323853 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list