Subversion Repositories DevTools

Rev

Rev 1040 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1038 dpurdie 1
#   TEMPLATE: Blat configuration file
2
#
3
#       piddir          - Path to where a pid file will be created (Mandatory) 
4
#       sleep           - Polling period of the main process loop (default = 5)
5
#       dpkg_archive    - Path to local package archive (Mandatory)   
6
#  
7
#   
8
piddir          = ./run
9
sleep           = 1
10
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
11
 
12
#   Logging
13
#       verbose         - Enable verbose logging 0 .. 3 (default = 0)
14
#       logfile         - Path to basename of the log file (Mandatory)   
15
#       logfile.size    - Size in bytes of the log file (default = 1M)
16
#       logfile.count   - Number of log files to keep (default = 9)
17
 
18
logfile         = ./log/frbesaarc01.log
19
logfile.size    = 10m
20
logfile.count   = 3
21
verbose         = 0
22
 
23
#
24
#   Target system
25
#       user        - User that has write access to the archive (Mandatory) 
26
#       hostname    - Name of the target host (Mandatory) 
27
#       identity    - Path to ssh identity file for passwordless login (Mandatory) 
28
#                     The public part of this file is on the target
29
#       bindir      - Path to blat utilities on the target (Mandatory) 
30
#                     Relative to the users home directory
31
#
32
user        = pkg_admin
33
hostname    = 10.247.28.57
34
identity    = ./ssh/id_rsa_pkg_admin
35
bindir      = bin
36
 
37
#
38
#   Configure the fast package transfer
39
#       tagdir          - Tirectory in which RM will flag that package-version need to
40
#                         be transferred (Mandatory) 
41
#       forcedirscan    - Period for retry and safty scan (default 100 )
42
#       tagage          - Dead tags older than this time period will be deleted
43
#                         (default 10m)
44
#
45
tagdir          = ./tags/frbesaarc01 
46
forcedirscan    = 100
47
tagage          = 10m
48
 
49
#
50
#   Configure the release sync process
51
#       synctime        - Period of Release Sync processing (default 2h)
52
#       project         - List of one or more projects to sync
53
#                         Closed and Archived releases will not
54
#                         be synced
55
#       release         - list of releases to sync
56
#       writewindow     - Writable packages will not be transferred
57
#                         by the sync, unless they are older that the
58
#                         time period specified in this parameter
59
#                         (default 3h)
60
#       maxpackages     - Max pakages to send in one iteration ( default 5)
61
#       deletePackages  - Delete packages that are not required (Yes/1/y)
62
#                         (default 0)
63
#
64
synctime        = 5h
65
project         = 
66
release         = 19303 
67
writewindow     = 3h
68
maxpackages     = 5
69
deletePackages  = Yes
70
 
71
#
72
#   Specific packages and versions
73
#       pkg.xxx         - Force package xxx to be a part of the transfer set
74
#                         Value specifies the version to transfer
75
#                         If this is a symlink, then both the link
76
#                         and the package will be transferred.
77
#
78
pkg.core_devl   = jats2_current
79