[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Show ordering on notes pages.

Holger Levsen holger at moszumanska.debian.org
Wed Dec 30 13:28:17 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 0148477a69cb709f069cf87f59d731ff9bc580d5
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Dec 30 12:43:25 2015 +0100

    Show ordering on notes pages.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 bin/reproducible_html_indexes.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 6923798..0578676 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -295,7 +295,7 @@ pages = {
                 'icon_link': '/index_FTBR.html',
                 'query': 'notes',
                 'nosuite': True,
-                'text': Template('$tot unreproducible packages in $suite/$arch:')
+                'text': Template('$tot unreproducible packages in $suite/$arch, ordered by build date:')
             },
             {
                 'icon_status': 'FTBFS',
@@ -303,14 +303,14 @@ pages = {
                 'icon_link': '/index_FTBFS.html',
                 'query': 'notes',
                 'nosuite': True,
-                'text': Template('$tot FTBFS packages in $suite/$arch:')
+                'text': Template('$tot FTBFS packages in $suite/$arch, ordered by build date:')
             },
             {
                 'icon_status': 'depwait',
                 'db_status': 'depwait',
                 'icon_link': '/index_depwait.html',
                 'query': 'depwait_all_abc',
-                'text': Template('$tot ($percent%) source packages failed to satisfy their build-dependencies:')
+                'text': Template('$tot ($percent%) source packages failed to satisfy their build-dependencies, ordered by build date:')
             },
             {
                 'icon_status': 'not_for_us',
@@ -350,21 +350,21 @@ pages = {
                 'db_status': 'unreproducible',
                 'icon_link': '/index_FTBR.html',
                 'query': 'no_notes',
-                'text': Template('$tot unreproducible packages in $suite/$arch:')
+                'text': Template('$tot unreproducible packages in $suite/$arch, ordered by build date:')
             },
             {
                 'icon_status': 'FTBFS',
                 'db_status': 'FTBFS',
                 'icon_link': '/index_FTBFS.html',
                 'query': 'no_notes',
-                'text': Template('$tot FTBFS packages in $suite/$arch:')
+                'text': Template('$tot FTBFS packages in $suite/$arch, ordered by build date:')
             },
             {
                 'icon_status': 'blacklisted',
                 'db_status': 'blacklisted',
                 'icon_link': '/index_blacklisted.html',
                 'query': 'no_notes',
-                'text': Template('$tot blacklisted packages in $suite/$arch:')
+                'text': Template('$tot blacklisted packages in $suite/$arch, ordered by name:')
             }
         ]
     },

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