projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651a5c2
)
phase1: workaround dlprune recursive directory removal
v8
author
Petr Štetiar
<ynezz@true.cz>
Sat, 22 Jul 2023 08:53:45 +0000
(10:53 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 24 Jul 2023 09:06:09 +0000
(11:06 +0200)
Workarounds following issue:
find: cannot delete ‘dl/ath10k-ct-firmware-2020-11-08’: Directory not empty
References: #13
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 308042159274403955b9123f757eb57fb3699c74..6f6c650cf54c2a5783b4de3d59ccc5a7ca4de17f 100644
(file)
--- 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,
)
)