Subversion Repositories DevTools

Rev

Rev 3515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3515 Rev 5398
Line 6... Line 6...
6
#  
6
#  
7
#   
7
#   
8
active          = 1   
8
active          = 1   
9
piddir          = run
9
piddir          = run
10
sleep           = 5
10
sleep           = 5
11
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
11
dpkg_archive    = /net/auperaarc01/export/devl/dpkg_archive
12
 
12
 
13
#   Logging
13
#   Logging
14
#       verbose         - Enable verbose logging 0 .. 3
14
#       verbose         - Enable verbose logging 0 .. 3
15
#       logfile         - Path to basename of the log file
15
#       logfile         - Path to basename of the log file
16
#       logfile.size    - Size in block of the log file
16
#       logfile.size    - Size in block of the log file
17
#       logfile.count   - Number of log files to keep
17
#       logfile.count   - Number of log files to keep
18
 
18
 
19
logfile         = log/auperaarc04.log
19
logfile         = log/auperaarc04.log
20
logfile.size    = 20m
20
logfile.size    = 20m
21
logfile.count   = 3
21
logfile.count   = 3
22
verbose         = 0
22
verbose         = 1
23
 
23
 
24
#
24
#
25
#   Target system
25
#   Target system
26
#       user        - User that has write access to the archive (Mandatory) 
26
#       user        - User that has write access to the archive (Mandatory) 
27
#       hostname    - Name of the target host (Mandatory) 
27
#       hostname    - Name of the target host (Mandatory) 
Line 29... Line 29...
29
#                     The public part of this file is on the target
29
#                     The public part of this file is on the target
30
#       bindir      - Path to blat utilities on the target (Mandatory) 
30
#       bindir      - Path to blat utilities on the target (Mandatory) 
31
#                     Relative to the users home directory
31
#                     Relative to the users home directory
32
#
32
#
33
user        = pkgadmin
33
user        = pkgadmin
34
hostname    = auperaarc04
34
hostname    = auawsaarc001
35
identity    = ssh/id_rsa_pkg_admin
35
identity    = ssh/id_rsa_pkg_admin
36
bindir      = bin
36
bindir      = bin
37
 
37
 
38
#
38
#
39
#   Configure the fast package transfer
39
#   Configure the fast package transfer
Line 75... Line 75...
75
#                         Package deletion is done by transfer master.
75
#                         Package deletion is done by transfer master.
76
synctime        = 15m
76
synctime        = 15m
77
syncretry       = 10
77
syncretry       = 10
78
writewindow     = 3h
78
writewindow     = 3h
79
maxpackages     = 500
79
maxpackages     = 500
80
deletePackages  = Yes
80
deletePackages  = No
81
deleteImmediate = No
81
deleteImmediate = No
82
deleteAge       = 1
82
deleteAge       = 1
83
#
83
#
84
#       allProjects     - Transfer content of all projects
84
#       allProjects     - Transfer content of all projects
85
#                         When set, 'project' and 'release' are ignored.
85
#                         When set, 'project' and 'release' are ignored.