We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
-delete -print
The text was updated successfully, but these errors were encountered:
phase1: fix dlprune recursive directory removal
b8381b2
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>
phase1: workaround dlprune recursive directory removal
30e2e5d
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>
2b12bc7
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>
No branches or pull requests
Note to self, currently fails with:
Furthermore the
-delete -print
order is wrong: deleted files aren't printed.The text was updated successfully, but these errors were encountered: