[Git][qa/jenkins.debian.net][master] rdn: make more robust

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue May 13 14:23:09 BST 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
dd97d997 by Holger Levsen at 2025-05-13T15:22:59+02:00
rdn: make more robust

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rebuilderd_cleanup.sh


Changes:

=====================================
bin/rebuilderd_cleanup.sh
=====================================
@@ -11,5 +11,6 @@ if [ -d ~rebuilderd/tmp ] ; then
 fi
 
 # cleanup partitial cache files
-find /srv/rebuilderd/cache -name '*.part' -exec rm  {} \;
-
+if [ -d /srv/rebuilderd/cache ] ; then
+	find /srv/rebuilderd/cache -name '*.part' -exec rm  {} \;
+fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dd97d99761f722a8f4857566e67766ce0b2de2a8
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/319dc819/attachment.htm>


More information about the Qa-jenkins-scm mailing list