diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-28 22:27:42 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-28 22:27:42 +0100 |
commit | d25f9a872da77c1916705ff711c2932e8a0ec0ef (patch) | |
tree | e515bb54c964920d34f98289962543bac8c65981 /README | |
parent | 12d132e871814486a82ce07d5cff7e4cd502c6b7 (diff) |
Make auto_network worker part of prefill_configs()
Make prefill_configs invoke auto_network worker, this makes more sense,
and the separate procedures don't need to worry about it anymore.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -145,7 +145,9 @@ Notes: - you _must_ specify a procedure, to avoid errors. take 'interactive' if unsure - don't edit the base procedure (or any other core item), rather make your own. It's easy! - you're not supposed to define new phases. just override them. logic goes in workers/libariers - + - workers and phases are pretty regular functions, except that they are invoked through a wrapper (the `execute` function), which tracks the exitcodes + this allows to get reports at the end of the install showing which steps completed successfully and where things failed. Other then that, there is nothing + special about them. It is even possible to have your workers function as a callback by having library functions invoking them. ** Extending AIF ** |