Skip to content

Commit

Permalink
phase1: workaround dlprune recursive directory removal
Browse files Browse the repository at this point in the history
Workarounds following issue:

 find: cannot delete ‘dl/ath10k-ct-firmware-2020-11-08’: Directory not empty

References: #13
Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jul 24, 2023
1 parent 651a5c2 commit 30e2e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phase1/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
)

Expand Down

0 comments on commit 30e2e5d

Please sign in to comment.