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