add more docu
This commit is contained in:
parent
e974944253
commit
e1664ea0e7
@ -1,16 +1,19 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# This optional file "builder-targets-cb.sh" will be called by builder.sh
|
# This optional file "builder-targets-cb.sh" will be called by builder.sh
|
||||||
#
|
#
|
||||||
# You can overwrite target functions like
|
# The targets will be called from thde opsi-builder using the following
|
||||||
# config, prepare, retrieve, create, package, publish, commit, cleanup
|
# 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
|
# cb_package_makeproductfile
|
||||||
#
|
#
|
||||||
# You can use every variable defined in any configuration file or by
|
# You can use every variable defined in any configuration file or by
|
||||||
# the defined builder script itself. Also, calling the predefined
|
# the defined builder script itself. Also, calling the predefined
|
||||||
# targets builder_<targetname> is possible.
|
# targets builder_<targetname> is possible.
|
||||||
#
|
#
|
||||||
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
#function config() {
|
#function config() {
|
||||||
|
Loading…
Reference in New Issue
Block a user