Remove grml-live-buildd package
[grml-live.git] / buildd / execute.sh
diff --git a/buildd/execute.sh b/buildd/execute.sh
deleted file mode 100755 (executable)
index bb5e545..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
-
-# 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 #################################################################