diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-06 11:08:09 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-06 11:08:09 +0100 |
commit | de2e90e5161968fd02b95ec2c78e7de7577c7513 (patch) | |
tree | 954102cd8345fffc7a980ded4c83cd25e71749df /TODO | |
parent | 935a051308257c0b43d410ae38be625eb1a095b3 (diff) |
todo updates
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ - +* 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 * 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 |