From e8b458299102bc6e7eacc33ca6121b1528f746df Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 25 Nov 2017 10:07:42 +0100 Subject: bin/cleanup: add TODO --- bin/cleanup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/cleanup') 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$||' | \ -- cgit v1.2.3