[Git][qa/jenkins.debian.net][master] fixup: rdn: try to start 5 rebuilderd-workers after the rebuilderd_boot_cleanup.service
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Apr 3 17:05:17 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2096f053 by Holger Levsen at 2025-04-03T18:05:09+02:00
fixup: rdn: try to start 5 rebuilderd-workers after the rebuilderd_boot_cleanup.service
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -765,7 +765,11 @@ case $HOSTNAME in
fi
# maybe o5 needs this too
sudo systemctl enable rebuilderd_boot_cleanup.service
- sudo systemctl enable rebuilderd-worker-*.service
+ cd /etc/systemd/systemd
+ for i in rebuilderd-worker-*.service ; do
+ sudo systemctl enable $i
+ done
+ cd -
;;
*) ;;
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2096f053b9a9b4f7fe8bf81e9bd1d9185fcfc241
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2096f053b9a9b4f7fe8bf81e9bd1d9185fcfc241
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/20250403/c5dec645/attachment.htm>
More information about the Qa-jenkins-scm
mailing list