summaryrefslogtreecommitdiffstats
path: root/bin/build-docs/build-docs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-docs/build-docs.conf')
-rw-r--r--bin/build-docs/build-docs.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/bin/build-docs/build-docs.conf b/bin/build-docs/build-docs.conf
new file mode 100644
index 0000000..f2fce89
--- /dev/null
+++ b/bin/build-docs/build-docs.conf
@@ -0,0 +1,26 @@
+## Configuration for build-docs cron job
+
+#
+# ENABLE_HOURLY_BUILD, if set to 'yes', will enable the hourly cron
+# job that runs the build-docs script.
+#
+#ENABLE_HOURLY_BUILD=yes
+
+#
+# BDR, if set, should point to the absolute path where the main
+# build-docs script is located.
+#
+#BDR="build-docs"
+
+#
+# BDRFLAGS, if set, should contain the desired flags to be passed
+# to the build-docs script.
+#
+#BDRFLAGS="-c -m /var/lib/build-docs"
+
+#
+# LOGFILE, if set, should point to the location where you want the
+# build-docs script output to be written.
+#
+#LOGFILE="/var/log/build-docs.log"
+