[Git][qa/jenkins.debian.net][master] refactoring
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Mar 25 18:10:46 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8547a051 by Holger Levsen at 2024-03-25T19:10:28+01:00
refactoring
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -842,15 +842,15 @@ run_every_12h && update_bug_stats
run_every_12h && update_notes_stats
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
- update_suite_arch_stats
- update_buildinfo_stats
- gather_suite_arch_stats
# released suites are only updated every 12h
for s in ${RELEASED_SUITES} ; do
- if [ "$SUITE" = "$s" ] && [[ $(($(date +%k) % 12)) -ne 0 ]]; then
- continue 2
+ if [ "$SUITE" = "$s" ] ; then
+ run_every_12h || continue 2
fi
done
+ update_suite_arch_stats
+ update_buildinfo_stats
+ gather_suite_arch_stats
create_suite_arch_stats_page
done
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8547a0519455ee3d2775ca9ca6a06e2d87c8f8f6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8547a0519455ee3d2775ca9ca6a06e2d87c8f8f6
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/20240325/e981b659/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list