index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/cleanup | 2 |
diff --git a/bin/cleanup b/bin/cleanup index 1a01683..5177e81 100755 --- a/bin/cleanup +++ b/bin/cleanup @@ -39,6 +39,8 @@ fi # remove logs where package is not broken/locked anymore +# TODO: be a little more secure on deleting stuff (deleting "a.*" also deletes "a.b.*", +# so removing logs of "a" will also remove logs of "a.b". { find "${build_log_directory}/error" -maxdepth 1 -type f -printf '%f\n' | \ |