[Git][qa/jenkins.debian.net][master] 2 commits: trbo/debian, breakage job: lower severity of some warnings
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Feb 14 09:06:23 GMT 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
26ad2d90 by Holger Levsen at 2026-02-14T10:05:50+01:00
trbo/debian, breakage job: lower severity of some warnings
Signed-off-by: Holger Levsen <holger at layer-acht.org>
(cherry picked from commit 3329f947fa03413f1a8e51f662f0603d95ea3c65)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
c3b9063b by Holger Levsen at 2026-02-14T10:06:14+01:00
Revert "debian-policy job: use a real email address"
This reverts commit 90ba18e7f2864f73f94ff36b78a09c04ac75bc90.
- - - - -
2 changed files:
- bin/reproducible_html_breakages.py
- job-cfg/policy.yaml
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
=====================================
job-cfg/policy.yaml
=====================================
@@ -44,7 +44,7 @@
- project:
name: policy
my_distro: 'sid'
- my_shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} debuild -k "<jenkins-job at jenkins.debian.net>" -b -uc -us'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} debuild -b -uc -us'
my_url: 'https://salsa.debian.org/debian/{my_package}'
my_package:
- 'developers-reference'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8f1795701e5daeea65d0a9deac4d73e9efbc0150...c3b9063b0f6186cfeb0c57934663e5a02e68da40
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8f1795701e5daeea65d0a9deac4d73e9efbc0150...c3b9063b0f6186cfeb0c57934663e5a02e68da40
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/20260214/14b9683d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list