summaryrefslogtreecommitdiff
path: root/unofficial
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-07 13:07:02 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-07 13:07:02 +0100
commit15eea486961a26a46fccc2514253525aebb41ca8 (patch)
tree862407d621d90afef005e54f9ff2750ae81fa8ea /unofficial
parent0f67998aacc86d490d2d258dc6c0e7b5db20deac (diff)
support for "intro" worker in all procedures
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/modules/dieter/procedures/automatic6
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 ()
{