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