From 30e2e5d800a87aebd8a87a78812a4b527c56bf2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sat, 22 Jul 2023 10:53:45 +0200 Subject: [PATCH] phase1: workaround dlprune recursive directory removal MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Workarounds following issue: find: cannot delete ‘dl/ath10k-ct-firmware-2020-11-08’: Directory not empty References: #13 Signed-off-by: Petr Štetiar --- phase1/master.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phase1/master.cfg b/phase1/master.cfg index 3080421..6f6c650 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -1037,6 +1037,9 @@ def prepareFactory(target): descriptionDone="dl/ pruned", command="find dl/ -mindepth 1 -atime +15 -delete -print", logEnviron=False, + haltOnFailure=False, + flunkOnFailure=False, + warnOnFailure=False, ) ) -- 2.30.2