[Git][qa/jenkins.debian.net][master] fix typo in variable…

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Sun Mar 10 18:57:56 GMT 2024



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
47224477 by Mattia Rizzolo at 2024-03-10T19:57:39+01:00
fix typo in variable…

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_node_health_check.sh


Changes:

=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -197,9 +197,11 @@ if ! systemctl is-system-running > /dev/null; then
 	rm $SERVICES
 fi
 echo "$(date -u) - checking whether all user services are running fine..."
-export XDG_RUNTIME_USER=/run/usr/$(id -u jenkins)
+XDG_RUNTIME_DIR=/run/user/"$(id -u jenkins)"
+export XDG_RUNTIME_DIR
 if ! systemctl --user is-system-running > /dev/null; then
 	echo "$(date -u) - problematic user services found:"
+	echo "Warning: systemd is reporting errors:"
 	systemctl --user list-units --state=error,failed || true
 	echo "Manual cleanup needed."
 	DIRTY=true



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4722447725dd8a50d625d59a4d5aaa783bc6a4a3

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4722447725dd8a50d625d59a4d5aaa783bc6a4a3
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/20240310/666ef102/attachment.htm>


More information about the Qa-jenkins-scm mailing list