Release new version 0.14.0.
[grml-live.git] / buildd / grml-live_autobuild_grml-small_sid.sh
index 5609a5e..dc5d09d 100755 (executable)
@@ -4,23 +4,10 @@
 DATE=$(date +%Y%m%d)
 ISO_NAME=grml-small_sid_$DATE.iso
 SUITE=sid
-CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'
+CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,RELEASE,I386,IGNORE'
 NAME=grml-small
 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