Big buildd update
[grml-live.git] / buildd / grml-live_autobuild_grml64-large_etch.sh
1 #!/bin/sh
2
3 # settings for grml_live_run:
4 DATE=$(date +%Y%m%d)
5 ISO_NAME=grml64_etch_$DATE.iso
6 SUITE=etch
7 CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,AMD64'
8 NAME=grml64
9 SCRIPTNAME="$(basename $0)"
10
11 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1
12
13 # execute grml-live:
14 grml_live_run
15
16 create_logs
17
18 iso_details
19
20 send_mail
21
22 store_iso
23
24 if [ "$RC" = "0" ] ; then
25    bailout
26 else
27    echo "building ISO failed, keeping build files [${OUTPUT_DIR}]"
28 fi