X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=buildd%2Fexecute.sh;fp=buildd%2Fexecute.sh;h=0000000000000000000000000000000000000000;hb=fad3fb7c451a44e8ca146fbbb7785f333b40937b;hp=bb5e5459954c94d29046d4bd79a302cd9eaf83f6;hpb=39edd534899386337f2dc63282157b124bda3a2d;p=grml-live.git diff --git a/buildd/execute.sh b/buildd/execute.sh deleted file mode 100755 index bb5e545..0000000 --- a/buildd/execute.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# 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 - -# send report -send_mail - -# move the ISO to final destination -store_iso - -# clean exit -bailout - -## END OF FILE #################################################################