From 2243291ce55405ed28b6ece1e905aef4a768a840 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 25 Nov 2017 16:15:39 +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 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' | \ -- cgit v1.2.3