From ffd5b6ef74a776a2464233a5d1d3e42154a803fd Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 14 Nov 2016 01:26:13 +0100 Subject: [PATCH] sample config file --- config.cfg.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.cfg.sample diff --git a/config.cfg.sample b/config.cfg.sample new file mode 100644 index 0000000..8f08746 --- /dev/null +++ b/config.cfg.sample @@ -0,0 +1,13 @@ +# SVN trunk directory (repository with XHTML source files) +LOC_trunk=~/subversion/fsfe/fsfe-web/trunk + +# Directory in which the result of the build process (html files) will be saved +LOC_out=~/subversion/fsfe/local-build/fsfe.org + +# Path to lighttpd config file (default: points to a file in the same directory as the script) +HTTPD_conf=$ROOT/lighttpd-fsfe.conf + +# Directory of the secondary SVN directory with which you made a first full build. +# Avoids having some generated files in your clean trunk. +# Default: Leave empty if you just want to use one SVN source directory +LOC_trunk_dev=