5467a296016f2b948c1a5c7a1a6fd9b2bbf20516
[grml-live.git] / buildd / grml-live_autobuild_grml64-large_sid.sh
1 #!/bin/sh
2
3 # settings for grml_live_run:
4 DATE=$(date +%Y%m%d)
5 ISO_NAME=grml64_sid_$DATE.iso
6 SUITE=sid
7 CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,AMD64'
8 NAME=grml64
9 SCRIPTNAME="$(basename $0)"
10 ARCH=amd64
11
12 . /usr/share/grml-live/buildd/functions.sh || exit 1
13
14 # execute grml-live:
15 grml_live_run
16
17 create_logs
18
19 iso_details
20
21 send_mail
22
23 store_iso
24
25 bailout