From c560db95b202d287d9b9c479727923b725fe254c Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 30 Dec 2011 00:34:00 +0100 Subject: [PATCH] update configuration files --- config/ezbuild.conf | 13 +++++++++++++ config/ezsync.conf | 13 +++++++++++++ config/layout.conf | 3 +++ 3 files changed, 29 insertions(+) diff --git a/config/ezbuild.conf b/config/ezbuild.conf index e69de29..3ff342c 100644 --- a/config/ezbuild.conf +++ b/config/ezbuild.conf @@ -0,0 +1,13 @@ +# Specifies where EzBuild will store everything that it builds, and also where it will +# put all its temporary files and caches. +TEMPDIR="/var/tmp/ezbuild" + +# When enabled, causes EzBuild to save every information about progress and all executed +# commands output in the log file. This might provide many useful information necessary +# for debugging purposes. +LOGGING="yes" + +# Using this, the default log date format can be changed according to the requirement. +# This customizable format may be needed when you want to perform analysis on the logs +# stored in the log file. +LOGDATEFORMAT="%d/%m/%Y %H:%M:%S" diff --git a/config/ezsync.conf b/config/ezsync.conf index e69de29..3ff342c 100644 --- a/config/ezsync.conf +++ b/config/ezsync.conf @@ -0,0 +1,13 @@ +# Specifies where EzBuild will store everything that it builds, and also where it will +# put all its temporary files and caches. +TEMPDIR="/var/tmp/ezbuild" + +# When enabled, causes EzBuild to save every information about progress and all executed +# commands output in the log file. This might provide many useful information necessary +# for debugging purposes. +LOGGING="yes" + +# Using this, the default log date format can be changed according to the requirement. +# This customizable format may be needed when you want to perform analysis on the logs +# stored in the log file. +LOGDATEFORMAT="%d/%m/%Y %H:%M:%S" diff --git a/config/layout.conf b/config/layout.conf index e69de29..84966bb 100644 --- a/config/layout.conf +++ b/config/layout.conf @@ -0,0 +1,3 @@ +# Directive sets the filename for logging of all information about the progress and of all +# executed commands output. This has to contain absolute path to the created file. +LOGFILE="${TEMPDIR}/${EZNAME}.log"