[Git][qa/jenkins.debian.net][master] openqa: do not fail to disable non-existing service
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Sep 23 08:33:14 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0fb4bc42 by Holger Levsen at 2025-09-23T09:33:00+02:00
openqa: do not fail to disable non-existing service
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -510,7 +510,7 @@ if [ -f /etc/debian_version ] ; then
# openqa-worker/trixie-fasttrack
# os-autoinst/trixie-fasttrack
sudo systemctl disable --now openqa-worker-cacheservice-minion.service || true
- sudo systemctl disable --now openqa-worker-cacheservice.service
+ sudo systemctl disable --now openqa-worker-cacheservice.service || true
if ! grep -q '/var/lib/openqa/share' /etc/fstab; then
cat <<-EOF
In order to get the caching NFS for openqa to work, do this by hand
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0fb4bc42550edc1e179a719f5d66e58e5dd3a01e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0fb4bc42550edc1e179a719f5d66e58e5dd3a01e
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/20250923/37b30eee/attachment.htm>
More information about the Qa-jenkins-scm
mailing list