[Git][qa/jenkins.debian.net][master] trbo/debian, breakage job: lower severity of some warnings

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Feb 9 19:56:26 GMT 2026



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
3329f947 by Holger Levsen at 2026-02-09T20:55:25+01:00
trbo/debian, breakage job: lower severity of some warnings

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_breakages.py


Changes:

=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -194,7 +194,7 @@ def alien_log(directory=None):
                 try:
                     if os.path.getmtime('/'.join([root, file])) < time.time()-86400:
                         os.remove('/'.join([root, file]))
-                        log.warning('%s should not be there and was older than a day so it was removed',
+                        log.info('%s should not be there and was older than a day so it was removed',
                                     '/'.join([root, file]))
                     else:
                         bad_files.append('/'.join([root, file]))
@@ -238,7 +238,7 @@ def alien_buildinfo():
                 try:
                     if os.path.getmtime('/'.join([root, file])) < time.time()-86400:
                         os.remove('/'.join([root, file]))
-                        log.warning('%s should not be there and and was older than a day so it was removed.',
+                        log.info('%s should not be there and and was older than a day so it was removed.',
                                     '/'.join([root, file]))
                     else:
                         bad_files.append('/'.join([root, file]))
@@ -297,7 +297,7 @@ def alien_history():
         if f.rsplit('.', 1)[0] not in actual_packages and not os.path.isdir(full_path):
             bad_files.append(full_path)
             os.remove(full_path)
-            log.warning('%s should not be there so it has been removed.', full_path)
+            log.info('%s should not be there so it has been removed.', full_path)
     return bad_files
 
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3329f947fa03413f1a8e51f662f0603d95ea3c65

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3329f947fa03413f1a8e51f662f0603d95ea3c65
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260209/6375c2bd/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list