[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: output improvements

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 18:31:56 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 398d2d6685a35a743cb5d0339bcbc96a6d4503f1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 20 19:31:53 2015 +0100

    reproducible: output improvements
---
 bin/reproducible_html_packages.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 51d7979..a0355d4 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -242,13 +242,13 @@ def gen_all_rb_pkg_pages(suite='unstable', arch='amd64', no_clean=False):
     query = 'SELECT name FROM sources WHERE suite="%s" AND architecture="%s"' % (suite, arch)
     rows = query_db(query)
     pkgs = [str(i[0]) for i in rows]
-    log.info('Processing all the package pages, ' + str(len(pkgs)))
+    log.info('Processing all ' + str(len(pkgs)) + ' package pages for ' + suite + '/' + arch +'.')
     gen_packages_html(pkgs, suite=suite, arch=arch, no_clean=no_clean)
 
 def purge_old_pages():
     for suite in SUITES:
         for arch in ARCHES:
-            log.info('Removing old pages from ' + suite + '/' + arch + '...')
+            log.info('Removing old pages from ' + suite + '/' + arch + '.')
             try:
                 presents = sorted(os.listdir(RB_PKG_PATH + '/' + suite + '/' +
                                   arch))

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