Split from grml-live to workaround licensing issues.
[grml-live-grml.git] / buildd / execute.sh
diff --git a/buildd/execute.sh b/buildd/execute.sh
deleted file mode 100755 (executable)
index 3716694..0000000
+++ /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 <mika@grml.org>
-# 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 || create_logs
-
-# 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
-send_mail
-
-# move the ISO to final destination
-store_iso
-
-# clean exit
-bailout
-
-## END OF FILE #################################################################