| 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
|
| 1040 |
dpurdie |
8 |
sleep = 5
|
| 1038 |
dpurdie |
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
|
| 1040 |
dpurdie |
42 |
# tagListUpdate - Time period to update fast package transfer config
|
|
|
43 |
# file for blatPopulate. (default 1h)
|
| 1038 |
dpurdie |
44 |
#
|
|
|
45 |
tagdir = tags/frbesaarc01
|
|
|
46 |
forcedirscan = 100
|
|
|
47 |
tagage = 10m
|
| 1040 |
dpurdie |
48 |
tagListUpdate = 1h
|
| 1038 |
dpurdie |
49 |
|
|
|
50 |
#
|
|
|
51 |
# Configure the release sync process
|
|
|
52 |
# synctime - Period of Release Sync processing
|
| 1040 |
dpurdie |
53 |
# syncretry - Retry delay on sync failure
|
| 1038 |
dpurdie |
54 |
# project - List of one or more projects to sync
|
|
|
55 |
# Closed and Archived releases will not
|
|
|
56 |
# be synced
|
|
|
57 |
# release - list of releases to sync
|
|
|
58 |
# writewindow - Writable packages will not be transferred
|
|
|
59 |
# by the sync, unless they are older that the
|
|
|
60 |
# time period specified in this parameter
|
|
|
61 |
# maxpackages - Max pakages to send in one iteration
|
| 1042 |
dpurdie |
62 |
# deletePackages - Delete packages that are not required (Yes/1/y) (default 0)
|
|
|
63 |
# deleteImmediate - Immediate delete or tag for removal by target (default 0)
|
|
|
64 |
# Relies upon on-target processing to cleanup
|
|
|
65 |
# deleteAge - Delete packages that have not been used for some
|
|
|
66 |
# time. (Default -1. Not performed )
|
|
|
67 |
# Package deletion is done by transfer master.
|
| 1038 |
dpurdie |
68 |
#
|
|
|
69 |
synctime = 5h
|
| 1040 |
dpurdie |
70 |
syncretry = 10
|
| 1038 |
dpurdie |
71 |
project =
|
| 1040 |
dpurdie |
72 |
release = 19303 16383
|
| 1038 |
dpurdie |
73 |
writewindow = 3h
|
|
|
74 |
maxpackages = 5
|
|
|
75 |
deletePackages = Yes
|
| 1042 |
dpurdie |
76 |
deleteImmediate = No
|
|
|
77 |
deleteAge = 1
|
| 1038 |
dpurdie |
78 |
|
|
|
79 |
#
|
|
|
80 |
# Specific packages and versions
|
|
|
81 |
# pkg.xxx - Force package xxx to be a part of the transfer set
|
|
|
82 |
# Value specifies the version to transfer
|
|
|
83 |
# If this is a symlink, then both the link
|
|
|
84 |
# and the package will be transferred.
|
|
|
85 |
#
|
| 1040 |
dpurdie |
86 |
# If the version is the keywork 'EXCLUDE' then the
|
|
|
87 |
# package will not be transferred, nor deleted.
|
|
|
88 |
#
|
| 1038 |
dpurdie |
89 |
pkg.core_devl = jats2_current
|
| 1040 |
dpurdie |
90 |
pkg.ival-devkit = EXCLUDE
|
| 1038 |
dpurdie |
91 |
|