[Qa-jenkins-scm] [jenkins.debian.net] 07/10: reproducible: quiet down output
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 19:03:03 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 a2cbf4e3400c8c56220b3b5143eb4090c1ca8d21
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 18:57:39 2015 +0100
reproducible: quiet down output
---
bin/reproducible_html_packages.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index c48b4fd..22decc6 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -143,8 +143,8 @@ def gen_extra_links(package, version, suite, arch):
if not default_view:
default_view = url
else:
- log.warning('The package ' + package +
- ' did not produce any buildlog! Check ' + rbuild)
+ log.info('The package ' + package +
+ ' did not produce any buildlog! Maybe it has not been build yet.')
default_view = '/untested.html' if not default_view else default_view
return (links, default_view)
@@ -194,7 +194,7 @@ def gen_packages_html(packages, suite=None, arch=None, no_clean=False, nocheck=F
status, version, build_date = check_package_status(pkg, suite, nocheck)
except TypeError: # the package is not in the checked suite
continue
- log.info('Generating the page of ' + pkg + '/' + suite + '@' + version +
+ log.debug('Generating the page of ' + pkg + '/' + suite + '@' + version +
' built at ' + build_date)
links, default_view = gen_extra_links(pkg, version, 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