- code restructured: move code from builder_package to _create

This commit is contained in:
2012-01-28 12:27:03 +01:00
parent 353bd1754c
commit 2b2446002b
3 changed files with 51 additions and 50 deletions

View File

@@ -15,7 +15,7 @@
#
# Abstract:
# target order: config, prepare, retrieve, create, package, publish, commit, cleanup
# callbacks: cb_package_makeproductfile
# callbacks: <none>
#
##############################################################################
@@ -45,10 +45,6 @@ function package() {
builder_package
}
function cb_package_makeproductfile() {
echo "May add/replace files to the files to $inst_dir"
}
function publish() {
echo "Publish"
builder_publish