Provide (unset) ISO_DIR in grml-buildd.conf
[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 # Latest change: Mon Oct 22 19:51:57 CEST 2007 [mika]
7 ################################################################################
8
9 # where do you want to store chroot/ISOs/...? Must be set!
10 #STORAGE=/grml-live/
11
12 # who should get notification mails?
13 # default: root@localhost
14 #RECIPIENT=root@localhost
15
16 # what do you want to use for "From:" in notification mails?
17 # default: root@localhost
18 #FROM=root@localhost
19
20 # where do you want to place your collected grml ISOs?
21 #ISO_DIR=/grml-live/grml-isos/
22
23 # where do you want to upload ISOs to?
24 # see /usr/share/grml-live/buildd/upload_isos.sh
25 #RSYNC_MIRROR=grml-build@localhost:/path/to/grml/isos/daily/
26
27 # which directory should be cleaned up?
28 # used for example inside /usr/share/grml-live/buildd/cleanup.sh
29 #MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily
30
31 ## END OF FILE #################################################################