[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: improve log message

Holger Levsen holger at layer-acht.org
Wed Jan 25 16:24:15 UTC 2017


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 20ee364665ffb3e82e0fe25c0ff9bba4d05ce118
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 25 17:24:02 2017 +0100

    reproducible Debian: improve log message
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_breakages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index e2a42f1..6507ac0 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -177,7 +177,7 @@ def alien_log(directory=None):
                         log.warning('/'.join([root, file]) + ' should not be there and and was older than a day so it was removed.')
                     else:
                         bad_files.append('/'.join([root, file]))
-                        log.info('/'.join([root, file]) + ' should not be there, but is also less than 24h old and will probably soon be gone.')
+                        log.info('/'.join([root, file]) + ' should not be there, but is also less than 24h old and will probably soon be gone. Probably diffoscope is running on that package right now.')
                 except FileNotFoundError:
                     pass  # that bad file is already gone.
     return bad_files

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