[Git][qa/jenkins.debian.net][master] rdn: fix update syntax
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Aug 12 17:07:05 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d6c53b1f by Jochen Sprickerhof at 2025-08-12T18:06:52+02:00
rdn: fix update syntax
Regression of 43517c478.
(cherry picked from commit c864f237bebe2f2237b76c039c240257c1c22471)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -980,7 +980,7 @@ deploy_rebuilderd_services() {
sudo systemctl enable --now rebuilderd-worker@${i}.service
workers=( "${workers[@]/${i}}" )
done
- for i in "${workers[@]}" ; do
+ for i in ${workers[@]} ; do
echo "$i"
sudo systemctl disable --now "rebuilderd-worker@${i}.service"
sudo rm -f "rebuilderd-worker@${i}.service"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d6c53b1fcd5541cb294104ac5028da6b61eab831
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d6c53b1fcd5541cb294104ac5028da6b61eab831
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/20250812/44aaafe0/attachment.htm>
More information about the Qa-jenkins-scm
mailing list