[Git][qa/jenkins.debian.net][master] add weekly incremental reindex for builtin-pho
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Jul 28 02:19:11 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4136f5ed by David Bremner at 2024-07-28T10:18:53+09:00
add weekly incremental reindex for builtin-pho
It seems that occasional network or other intermittent problems cause
some buildinfo files not to be found with find -mtime 0.
It is possible that that expression should be adjusted, but in either case this weekly scan should not hurt.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/ionos7-amd64/etc/cron.d/builtin-pho
Changes:
=====================================
hosts/ionos7-amd64/etc/cron.d/builtin-pho
=====================================
@@ -12,3 +12,5 @@ MAILTO=root
# ionos7 only happens every two hours... but we don't know at which
# hour, so...
7 * * * * buildinfo cd ~/builtin-pho && bash update-packages.sh && find buildinfo/Debian/ -mtime 0 -type f | python3 index-buildinfo.py -i -F
+# once a week, do a scan for missed files. This should take less then 2h
+23 23 * * 7 buildinfo cd ~/builtin-pho && find buildinfo/Debian/ -type f | python3 index-buildinfo.py -i -F
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4136f5ed01f899d6f71226eeda15a60b7c695916
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4136f5ed01f899d6f71226eeda15a60b7c695916
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/20240728/2946be03/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list