From f47795374171c3eef8389201208acb6cc965721d Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 9 Nov 2008 23:16:41 +0100 Subject: exit status is maintained for phases and workers. reporting added. phases are now arrays that list the workers. phase logic reorganized in dieters automatic procedure --- TODO | 9 --------- 1 file changed, 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 7ce3ed2..1d35451 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,6 @@ * go over ALL files and check all function/executable calls are to existing things (eg no dirty leftovers for functions that have been renamed) * same for variables -* in execute function: check exitcode of command and maintain variables like -worker_install_packages_exit=$?. Useful for: abstracting the phase -regulation in procedures like core/interactive, and also for reports at the -end of automatic installations -* phases should be specified as vars. eg phase_preparation='worker1 worker2' - advantages -> even easier syntax/overriding - we can easily track on a higher level (execute function) whether all workers -executed succesfully for a phase and set the exit state of that phase - moves all backend logic from phase to worker. * make interactive procedure working well. * base procedure wordt implementatie van alles wat auto gaat uit setup script, other steps warning 'not implemented' * in elke phase een lege worker die te overriden valt zoda we geen phases -- cgit v1.2.3-54-g00ecf