Merge branch 'mika/efi'
[grml-live.git] / buildd / grml-buildd.conf
1 # Filename:      /etc/grml/grml-buildd.conf
2 # Purpose:       configuration file for grml-live buildd
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2 or any later version.
6 ################################################################################
7
8 # where do you want to store chroot/ISOs/...? Must be set!
9 #STORAGE=/grml-live/
10
11 # build server (not necessarily daily-ISO storage server!),
12 # who should get notification mails?
13 # default: root@localhost
14 #RECIPIENT=root@example.org
15
16 # daily-ISO storage server (not necessarily build server!),
17 # where should mails be reported to of daily
18 # default: root@localhost
19 #STORAGE_ADMIN=buildd@example.org
20
21 # do you want to force rebuild of already present ISOs?
22 # Set it to '1' to force rebuild, otherwise use '0'.
23 #FORCE_REBUILD=1
24
25 # what do you want to use for "From:" in notification mails?
26 # default: root@localhost
27 #FROM=root@localhost
28
29 # where do you want to place your collected grml ISOs?
30 #ISO_DIR=/grml-live/grml-isos/
31
32 # where do you want to upload ISOs to?
33 # see /usr/share/grml-live/buildd/upload_isos.sh
34 #RSYNC_MIRROR=grml-build@localhost:/path/to/grml/isos/daily/
35
36 # which directory should be cleaned up?
37 # used for example inside /usr/share/grml-live/buildd/cleanup.sh
38 #MIRROR_DIRECTORY=/srv/mirror/www.grml.org/daily
39
40 # URL which exposes MIRROR_DIRECTORY
41 #MIRROR_URL=http://daily.grml.org
42
43 # which flavours are built
44 #FLAVOURS=" \
45 #         grml-small_wheezy    grml-small_sid    \
46 #         grml-medium_wheezy   grml-medium_sid   \
47 #         grml_wheezy          grml_sid          \
48 #         grml64-small_wheezy  grml64-small_sid  \
49 #         grml64-medium_wheezy grml64-medium_sid \
50 #         grml64_wheezy        grml64_sid        \
51 #         "
52
53
54 ## END OF FILE #################################################################