X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fexecute.sh;fp=buildd%2Fexecute.sh;h=614da441141c124be5a281da872700628f87aad5;hp=0000000000000000000000000000000000000000;hb=e4040d5c109eedf9316190a415fe7bc90c0e30dc;hpb=a61bc9444b4876b175a557c16c127c18c37f4f22 diff --git a/buildd/execute.sh b/buildd/execute.sh new file mode 100755 index 0000000..614da44 --- /dev/null +++ b/buildd/execute.sh @@ -0,0 +1,29 @@ +# Filename: /usr/share/grml-live/buildd/execute.sh +# Purpose: main execution file for grml-live buildd +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ + +. /usr/share/grml-live/buildd/functions.sh || exit 1 + +# execute main grml-live +grml_live_run + +# store logs on remote server +upload_logs + +# store information about ISO size +iso_details + +# create logs for adding to mail, but only if it fails +create_logs +send_mail -e + +# move the ISO to final destination +store_iso + +# clean exit +bailout + +## END OF FILE #################################################################