2012-01-27 02:34:11 +01:00
|
|
|
##############################################################################
|
|
|
|
# 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
|
|
|
|
# and define callback functions
|
|
|
|
# cb_package_makeproductfile
|
|
|
|
#
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
function cleanup() {
|
|
|
|
echo "Cleanup: output_dir: $output_dir"
|
2012-02-19 18:58:39 +01:00
|
|
|
builder_cleanup
|
2012-01-27 02:34:11 +01:00
|
|
|
}
|