[Git][qa/jenkins.debian.net][master] 2 commits: Revert "debian-policy job: try harder to use a real email address"
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Feb 13 11:13:46 GMT 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
868d31a2 by Holger Levsen at 2026-02-13T12:13:13+01:00
Revert "debian-policy job: try harder to use a real email address"
This reverts commit 014ec9b34a18135db3f31ee7386c411e6c82da1c.
- - - - -
8f179570 by Holger Levsen at 2026-02-13T12:13:28+01:00
Revert "trbo/debian, breakage job: lower severity of some warnings"
This reverts commit 3329f947fa03413f1a8e51f662f0603d95ea3c65.
- - - - -
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.info('%s should not be there and was older than a day so it was removed',
+ log.warning('%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.info('%s should not be there and and was older than a day so it was removed.',
+ log.warning('%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.info('%s should not be there so it has been removed.', full_path)
+ log.warning('%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 -b -uc -us -m"<jenkins-job at jenkins.debian.net>"'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} debuild -k "<jenkins-job at jenkins.debian.net>" -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/aa43f8be73ea0f6ff26cf5eaf9890cd2b7b3d56e...8f1795701e5daeea65d0a9deac4d73e9efbc0150
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/aa43f8be73ea0f6ff26cf5eaf9890cd2b7b3d56e...8f1795701e5daeea65d0a9deac4d73e9efbc0150
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/20260213/bc468f7e/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list