Merge branch 'ch/installrescue'
[grml-live.git] / buildd / grml-buildd.conf
index 9c16ab9..63c082d 100644 (file)
@@ -8,13 +8,19 @@
 # where do you want to store chroot/ISOs/...? Must be set!
 #STORAGE=/grml-live/
 
+# build server (not necessarily daily-ISO storage server!),
 # who should get notification mails?
 # default: root@localhost
-#RECIPIENT=root@localhost
+#RECIPIENT=root@example.org
+
+# daily-ISO storage server (not necessarily build server!),
+# where should mails be reported to of daily
+# default: root@localhost
+#STORAGE_ADMIN=buildd@example.org
 
 # do you want to force rebuild of already present ISOs?
 # Set it to '1' to force rebuild, otherwise use '0'.
-FORCE_REBUILD=0
+#FORCE_REBUILD=1
 
 # what do you want to use for "From:" in notification mails?
 # default: root@localhost
@@ -29,6 +35,17 @@ FORCE_REBUILD=0
 
 # which directory should be cleaned up?
 # used for example inside /usr/share/grml-live/buildd/cleanup.sh
-#MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily
+#MIRROR_DIRECTORY=/srv/mirror/www.grml.org/daily
+
+# which flavours are built
+#FLAVOURS=" \
+#         grml-small_wheezy    grml-small_sid    \
+#         grml-medium_wheezy   grml-medium_sid   \
+#         grml_wheezy          grml_sid          \
+#         grml64-small_wheezy  grml64-small_sid  \
+#         grml64-medium_wheezy grml64-medium_sid \
+#         grml64_wheezy        grml64_sid        \
+#         "
+
 
 ## END OF FILE #################################################################