From e1664ea0e7663036ef55e5ad212569d062dce48f Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Fri, 27 Jan 2012 11:08:27 +0100 Subject: [PATCH] add more docu --- sample/builder-targets-cb.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sample/builder-targets-cb.sh b/sample/builder-targets-cb.sh index 932c1c7..bacb545 100644 --- a/sample/builder-targets-cb.sh +++ b/sample/builder-targets-cb.sh @@ -1,16 +1,19 @@ ############################################################################## # This optional file "builder-targets-cb.sh" will be called by builder.sh # -# You can overwrite target functions like -# config, prepare, retrieve, create, package, publish, commit, cleanup +# The targets will be called from thde opsi-builder using the following +# order: config, prepare, retrieve, create, package, publish, commit, cleanup +# You can overwrite the target functions in builder-targets-cb.sh # -# You can define callback functions like +# You can define callback functions. The functions are called from +# opsi-builder within processing a target # cb_package_makeproductfile # # You can use every variable defined in any configuration file or by # the defined builder script itself. Also, calling the predefined # targets builder_ is possible. # +# ############################################################################## #function config() {