[Git][qa/jenkins.debian.net][master] jenkins nodes: warn about openstackd default user which hasnt been removed
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue May 13 14:44:55 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c035c5ec by Holger Levsen at 2025-05-13T15:42:39+02:00
jenkins nodes: warn about openstackd default user which hasnt been removed
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -464,6 +464,11 @@ if [ -n "$BADPERMS" ] ; then
sudo chmod +r /boot/vmlinu*
fi
+# find users which should not be there
+if $(getent passwd | grep -q ^debian:x:1000) ; then
+ echo "Warning: User debian with uid 1000 found, please cleanup manually."
+fi
+
if [ "$HOSTNAME" = "$MAINNODE" ] ; then
#
# find nodes with problems and temporarily turn them offline
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c035c5eca84e397de261b88547ffff95412108a4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c035c5eca84e397de261b88547ffff95412108a4
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/20250513/e6aeac72/attachment.htm>
More information about the Qa-jenkins-scm
mailing list