Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#   Blat configuration file for the Tar Zip process
#
#       active          - Active link (Yes/1/y). (default = Yes)
#       piddir          - Path to where a pid file will be created (Mandatory) 
#       sleep           - Polling period of the main process loop (default = 5)
#       dpkg_archive    - Path to local package archive (Mandatory)   
#  
#   
active          = 1   
piddir          = run
sleep           = 1
dpkg_archive    = /net/auawsaarc001/export/devl/dpkg_archive

#   Logging
#       verbose         - Enable verbose logging 0 .. 3
#       txdetail        - Log transfer detsils
#       logfile         - Path to basename of the log file
#       logfile.size    - Size in block of the log file
#       logfile.count   - Number of log files to keep
#   Debugging
#       debug           - Log to screen


logfile         = log/tarZip.log
logfile.size    = 20m
logfile.count   = 3
verbose         = 1
debug           = 1
txdetail                = 1

#
#   Configure the tarZip processor
#       tagdir          - Directory in which RM will flag that package-versions
#                         need to be transferred. The user must create this
#                         dircetory. (Mandatory) 
#       forcedirscan    - Period for retry and safty scan (default 100 )
#               tagMaxPackages  - Max packages to process in one set (default 10)
#       tagage          - Dead tags older than this time period will be deleted
#                         (default 10d). Zero will disable
#
#               cleanPeriod             - Period to clean unused tarZip files
#                                                 (default is 30m). Zero will disable
#
#               maxFileAge              - Time to retain the file one its been used.
#                                             (Default 24h)
#
tagdir          = tags/tarZip
forcedirscan    = 100
tagage                  = 10d
cleanPeriod             = 20
maxFileAge              = 10m