diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-06 14:53:53 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-06 14:53:53 +0100 |
commit | 5a6c54a25a2c2cefffb2487eebcbe183e1ed04c5 (patch) | |
tree | 0cadb32dd0a576f260160b69f2e2f3f7e4d1bdf1 | |
parent | de2e90e5161968fd02b95ec2c78e7de7577c7513 (diff) |
todo update
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ 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 |