Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phase1: rework dlprune Step #13

Open
f00b4r0 opened this issue Jun 4, 2023 · 0 comments
Open

phase1: rework dlprune Step #13

f00b4r0 opened this issue Jun 4, 2023 · 0 comments

Comments

@f00b4r0
Copy link
Contributor

f00b4r0 commented Jun 4, 2023

Note to self, currently fails with:

find dl/ -mindepth 1 -atime +15 -delete -print
 in dir /builder/master_bcm4908_generic/build (timeout 1200 secs)
 watching logfiles {}
 argv: b'find dl/ -mindepth 1 -atime +15 -delete -print'
 using PTY: False
find: cannot delete ‘dl/ath10k-ct-firmware-2020-11-08’: Directory not empty
program finished with exit code 1
elapsedTime=0.012581

Furthermore the -delete -print order is wrong: deleted files aren't printed.

ynezz added a commit to ynezz/openwrt-buildbot that referenced this issue Jul 22, 2023
Fixes following issue:

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

Fixes: openwrt#13
Signed-off-by: Petr Štetiar <ynezz@true.cz>
ynezz added a commit to ynezz/openwrt-buildbot that referenced this issue Jul 24, 2023
Workarounds following issue:

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

References: openwrt#13
Signed-off-by: Petr Štetiar <ynezz@true.cz>
ynezz added a commit that referenced this issue Jul 24, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant