Big buildd update
[grml-live.git] / buildd / grml-buildd.conf
diff --git a/buildd/grml-buildd.conf b/buildd/grml-buildd.conf
new file mode 100644 (file)
index 0000000..df185b7
--- /dev/null
@@ -0,0 +1,24 @@
+# Filename:      /etc/grml/grml-buildd.conf
+# Purpose:       configuration file for grml-live buildd
+# 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]
+################################################################################
+
+# where do you want to store chroot/ISOs/...? Must be set!
+#STORAGE=/grml-live/
+
+# who should get notification mails?
+# default: root@localhost
+#RECIPIENT=root@localhost
+
+# what do you want to use for "From:" in notification mails?
+# default: root@localhost
+#FROM=root@localhost
+
+# which directory should be cleaned up?
+# used for example inside /usr/share/grml-live/buildd/buildd/cleanup.sh
+#MIRROR_DIRECTORY=/home/ftp/www.grml.org/daily
+
+## END OF FILE #################################################################