## 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"