[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix syntax

Holger Levsen holger at moszumanska.debian.org
Thu Sep 10 18:41:24 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 0dbca012b71aac151dde09e19690f72d216a12e4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 10 20:40:48 2015 +0200

    fix syntax
---
 bin/reproducible_html_indexes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 5eabe47..b8dd9b7 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -537,8 +537,8 @@ def build_page(page, suite=None, arch=None):
 
 def generate_schedule(arch):
     """ the schedule pages are very different than others index pages """
-    log.info('Building the schedule index page for ' + arch +'...')
-    title = 'Packages currently scheduled on {arch} for testing for build reproducibility'
+    log.info('Building the schedule index page for ' + arch + '...')
+    title = 'Packages currently scheduled on ' + arch + ' for testing for build reproducibility'
     query = 'SELECT sch.date_scheduled, s.suite, s.architecture, s.name ' + \
             'FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id ' + \
             'WHERE sch.date_build_started = "" AND s.architecture="{arch}" ORDER BY sch.date_scheduled'

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