Disable set -e as it causes some problems with umounting fs.
[grml-live.git] / buildd / grml-live_autobuild_grml-medium_sid.sh
index 3b3b17c..1233ec6 100755 (executable)
@@ -4,23 +4,10 @@
 DATE=$(date +%Y%m%d)
 ISO_NAME=grml-medium_sid_$DATE.iso
 SUITE=sid
-CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,I386'
+CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,I386,IGNORE'
 NAME=grml-medium
 SCRIPTNAME="$(basename $0)"
 ARCH=i386
 
-. /usr/share/grml-live/buildd/functions.sh || exit 1
-
-# execute grml-live:
-grml_live_run
-
-# create_logs
-upload_logs
-
-iso_details
-
-send_mail
-
-store_iso
-
-bailout
+# finally just source main file
+. /usr/share/grml-live/buildd/execute.sh   || exit 1