From a03a29a56e62d6868293174541863d0211fc4997 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 13 Jan 2012 12:17:36 +0100 Subject: [PATCH] add new option --- config/common.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/common.conf b/config/common.conf index 3616f36..30c996d 100644 --- a/config/common.conf +++ b/config/common.conf @@ -9,6 +9,11 @@ FETCHTIMEOUT="180" # without user intervention most times. FETCHTRIES="3" +# Using this, the default commit date format can be changed according to the requirement. +# This customizable format may be needed when you want to change date format that is shown +# in remote repository update message. +PUSHDATEFORMAT="%a %b %d %H:%M:%S %Z %Y" + # 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"