buildd: support setting variables through grml-buildd.conf in working directory,...
[grml-live.git] / buildd / grml-buildd.conf
index 9c16ab9..4ba67c6 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,8 @@ 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
+
+
 
 ## END OF FILE #################################################################