e45eeb5b1eee78d4cca24675942ab2ea7b6bfe6a
[grml-live.git] / buildd / grml-live_autobuild_grml64-medium_sid.sh
1 #!/bin/sh
2
3 . main.sh || exit 1
4
5 # settings for grml_live_run:
6 ISO_NAME=grml64-medium_sid_$DATE.iso
7 SUITE=sid
8 CLASSES='GRMLBASE,GRML_MEDIUM,AMD64'
9 NAME=grml64-medium
10 SCRIPTNAME="$(basename $0)"
11
12 # execute grml-live:
13 grml_live_run
14
15 create_logs
16
17 iso_details
18
19 send_mail
20
21 store_iso
22
23 bailout