diff options
-rwxr-xr-x | bin/cleanup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cleanup b/bin/cleanup index a7589de..5de6e0f 100755 --- a/bin/cleanup +++ b/bin/cleanup @@ -39,6 +39,8 @@ fi # remove logs where package is not broken/locked anymore +# TODO: keep logs of staging and testing packages, too + { find "${build_log_directory}/error" -maxdepth 1 -type f -printf '%f\n' | \ sed 's|\.[^.]\+\.build-log\.gz$||' | \ |