[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible live status: use identical column names for both tables

Holger Levsen holger at moszumanska.debian.org
Fri Sep 11 11:48:30 UTC 2015


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 a1d5955b84387a03501057bf66996ee6010bf4f7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 11 13:47:45 2015 +0200

    reproducible live status: use identical column names for both tables
---
 bin/reproducible_html_live_status.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index ef1abe2..426ff81 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -25,7 +25,7 @@ def generate_schedule(arch):
     html += generate_live_status_table(arch)
     html += '<p><table class="scheduled">\n' + tab
     html += '<tr><th>#</th><th>scheduled at</th><th>suite</th>'
-    html += '<th>architecture</th><th>source package</th></tr>\n'
+    html += '<th>arch</th><th>source package</th></tr>\n'
     for row in rows:
         # 0: date_scheduled, 1: suite, 2: arch, 3: pkg name
         pkg = row[3]
@@ -50,7 +50,7 @@ def generate_live_status_table(arch):
     rows = query_db(query.format(arch=arch))
     html += '<p><table class="scheduled">\n' + tab
     html += '<tr><th>#</th><th>src pkg id</th><th>suite</th><th>arch</th>'
-    html += '<th>name</th><th>version</th></th>'
+    html += '<th>source package</th><th>version</th></th>'
     html += '<th>build started</th><th>previous build status</th>'
     html += '<th>previous build duration</th><th>builder job</th>'
     html += '</tr>\n'

-- 
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