Subversion Repositories DevTools

Rev

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

#   Blat configuration file
#       piddir          - Path to where a pid file will be created
#       sleep           - Polling period of the main process loop
#       dpkg_archive    - Path to local package archive  
#  
#   
piddir          = run
sleep           = 5
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive

#   Logging
#       verbose         - Enable verbose logging 0 .. 3
#       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

logfile         = log/frbesaarc01.log
logfile.size    = 5m
logfile.count   = 3
verbose         = 0

#
#   Target system
#       user        - User that has write access to the archive
#       hostname    - Name of the target host
#       identity    - Path to ssh identity file for passwordless login
#                     The public part of this file is on the target
#       bindir      - Path to blat utilities on the target
#                     Relative to the users home directory
#
user        = pkg_admin
hostname    = 10.247.28.57
identity    = ssh/id_rsa_pkg_admin
bindir      = bin

#
#   Configure the fast package transfer
#       tagdir          - Tirectory in which RM will flag that package-version need to
#                         be transferred
#       forcedirscan    - Period for retry and safty scan
#       tagage          - Dead tags older than this time period will be deleted
#       tagListUpdate   - Time period to update fast package transfer config
#                         file for blatPopulate. (default 1h)
#
tagdir          = tags/frbesaarc01
forcedirscan    = 100
tagage          = 10m
tagListUpdate   = 1h

#
#   Configure the release sync process
#       synctime        - Period of Release Sync processing
#       syncretry       - Retry delay on sync failure
#       project         - List of one or more projects to sync
#                         Closed and Archived releases will not
#                         be synced
#       release         - list of releases to sync
#       writewindow     - Writable packages will not be transferred
#                         by the sync, unless they are older that the
#                         time period specified in this parameter
#       maxpackages     - Max pakages to send in one iteration
#       deletePackages  - Delete packages that are no required (Yes/1/y)
#
synctime        = 5h
syncretry       = 10
project         = 
release         = 19303 16383
writewindow     = 3h
maxpackages     = 5
deletePackages  = Yes

#
#   Specific packages and versions
#       pkg.xxx         - Force package xxx to be a part of the transfer set
#                         Value specifies the version to transfer
#                         If this is a symlink, then both the link
#                         and the package will be transferred.
#
#                         If the version is the keywork 'EXCLUDE' then the
#                         package will not be transferred, nor deleted.
#
pkg.core_devl   = jats2_current
pkg.ival-devkit = EXCLUDE