add new option

This commit is contained in:
belliash 2012-01-13 12:17:36 +01:00
parent 5d691c8806
commit a03a29a56e
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ FETCHTIMEOUT="180"
# without user intervention most times. # without user intervention most times.
FETCHTRIES="3" 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 # Specifies where EzBuild will store everything that it builds, and also where it will
# put all its temporary files and caches. # put all its temporary files and caches.
TEMPDIR="/var/tmp/ezbuild" TEMPDIR="/var/tmp/ezbuild"