From f8a36b3fc97b6b17534e3f435e096859d19dc92a Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sat, 2 Jul 2011 18:00:33 +0000 Subject: [PATCH] drop completed items --- releng/TODO | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/releng/TODO b/releng/TODO index 8edd7e6b..4bfa9824 100644 --- a/releng/TODO +++ b/releng/TODO @@ -2,28 +2,19 @@ * write common configuration facility * run_all_releng (master script) - + figure out how to efficiently search for interesting - err/warn keywords spewed up by the script or apps it calls. + Figure out how to efficiently search for interesting + err/warn keywords spewed up by the script or apps it calls. -* releng_build_isojigdo: - + finish boot options - -* releng_check_isocontent (WIP) - compare input data against - the ISO image content, might be tricky +* releng_isojigdo: + Finish boot options * Interpreter to read options from config files and sets the variables -* Rename releng_* to releng_. I.e. a concise description of - the test topic, in very few words, normally by a single noun. - -* Merge hardliks into content test +* Merge 'merge_into_isocontent' into 'releng_isocontent' (former hardlinks) Extend it to use some more demanding directory tree. MD5s should be checked. ACLs and xattr (if we are on Linux). All file types as of stat(2) should be tested. * We need to give a hint about how much storage space will be consumed. -* Splitting stdout and stderr into separate logs seems not a good idea. - Both streams belong together. - * We could mark all own stderr messages by a prefix like "===".