Adjust 95-package-information for new log layout
[grml-live.git] / buildd / grml-buildd.conf
index df185b7..1657f0d 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Mon Oct 22 19:18:59 CEST 2007 [mika]
+# Latest change: Fri Oct 26 01:28:27 CEST 2007 [mika]
 ################################################################################
 
 # where do you want to store chroot/ISOs/...? Must be set!
 # default: root@localhost
 #RECIPIENT=root@localhost
 
+# do you want to force rebuild of already present ISOs?
+# Set it to '1' to force rebuild, otherwise use '0'.
+FORCE_REBUILD=0
+
 # what do you want to use for "From:" in notification mails?
 # default: root@localhost
 #FROM=root@localhost
 
+# where do you want to place your collected grml ISOs?
+#ISO_DIR=/grml-live/grml-isos/
+
+# where do you want to upload ISOs to?
+# see /usr/share/grml-live/buildd/upload_isos.sh
+#RSYNC_MIRROR=grml-build@localhost:/path/to/grml/isos/daily/
+
 # which directory should be cleaned up?
-# used for example inside /usr/share/grml-live/buildd/buildd/cleanup.sh
+# used for example inside /usr/share/grml-live/buildd/cleanup.sh
 #MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily
 
 ## END OF FILE #################################################################