d070e3a1a36837085a9ac97c3167de1fb22b9133
[grml-live.git] / buildd / grml-live_autobuild_grml-small_lenny.sh
1 #!/bin/sh
2
3 # settings for grml_live_run:
4 DATE=$(date +%Y%m%d)
5 ISO_NAME=grml-small_lenny_$DATE.iso
6 SUITE=lenny
7 CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,RELEASE,I386'
8 NAME=grml-small
9 SCRIPTNAME="$(basename $0)"
10 ARCH=i386
11
12 . /usr/share/grml-live/buildd/functions.sh || exit 1
13
14 # execute grml-live:
15 grml_live_run -z
16
17 # create_logs
18 upload_logs
19
20 iso_details
21
22 send_mail
23
24 store_iso
25
26 bailout