1657f0dc09c61c8e043b2e4e5492d0413d43b1df
[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: Fri Oct 26 01:28:27 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 # do you want to force rebuild of already present ISOs?
17 # Set it to '1' to force rebuild, otherwise use '0'.
18 FORCE_REBUILD=0
19
20 # what do you want to use for "From:" in notification mails?
21 # default: root@localhost
22 #FROM=root@localhost
23
24 # where do you want to place your collected grml ISOs?
25 #ISO_DIR=/grml-live/grml-isos/
26
27 # where do you want to upload ISOs to?
28 # see /usr/share/grml-live/buildd/upload_isos.sh
29 #RSYNC_MIRROR=grml-build@localhost:/path/to/grml/isos/daily/
30
31 # which directory should be cleaned up?
32 # used for example inside /usr/share/grml-live/buildd/cleanup.sh
33 #MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily
34
35 ## END OF FILE #################################################################