4dfb6a6477854ac84c69debc8e03481e1ab967c8
[grml-live.git] / buildd / grml-live_autobuild_grml-large_etch.sh
1 #!/bin/sh
2
3 . main.sh || exit 1
4
5 # settings for grml_live_run:
6 ISO_NAME=grml_etch_$DATE.iso
7 SUITE=etch
8 CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,I386'
9 NAME=grml
10 SCRIPTNAME="$(basename $0)"
11 ARCH=i386
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 bailout