diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-07 13:07:02 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-07 13:07:02 +0100 |
commit | 15eea486961a26a46fccc2514253525aebb41ca8 (patch) | |
tree | 862407d621d90afef005e54f9ff2750ae81fa8ea /unofficial | |
parent | 0f67998aacc86d490d2d258dc6c0e7b5db20deac (diff) |
support for "intro" worker in all procedures
Diffstat (limited to 'unofficial')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic index b8f15d7..809a8ab 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/dieter/procedures/automatic @@ -5,6 +5,7 @@ depend_procedure core base var_RUNTIME_PACKAGES="svn" phase_preparation=(\ + intro \ msg_manual \ runtime_network \ runtime_svn \ @@ -16,6 +17,11 @@ phase_preparation=(\ phase_finish=(configure_home msg_report) +worker_intro () +{ + notify "Dieter::automatic procedure running..." +} + worker_msg_manual () { |