Subversion Repositories DevTools

Rev

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

Rev 6475 Rev 6776
Line 11... Line 11...
11
sleep           = 5
11
sleep           = 5
12
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
12
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
13
 
13
 
14
#   Logging
14
#   Logging
15
#       verbose         - Enable verbose logging 0 .. 3
15
#       verbose         - Enable verbose logging 0 .. 3
16
#       debug           - Log to screen
-
 
17
#	txdetail	- Log transfer detsils
16
#       txdetail        - Log transfer detsils
18
#       logfile         - Path to basename of the log file
17
#       logfile         - Path to basename of the log file
19
#       logfile.size    - Size in block of the log file
18
#       logfile.size    - Size in block of the log file
20
#       logfile.count   - Number of log files to keep
19
#       logfile.count   - Number of log files to keep
-
 
20
#   Debugging
-
 
21
#       noTransfers     - Do not transfer data to target machine
-
 
22
#       debug           - Log to screen
21
 
23
 
22
logfile         = ./log/frbesaarc01.log
24
logfile         = ./log/frbesaarc01.log
23
logfile.size    = 10m
25
logfile.size    = 10m
24
logfile.count   = 3
26
logfile.count   = 3
-
 
27
txdetail        = n
-
 
28
 
25
verbose         = 0
29
verbose         = 0
26
debug         	= n
30
debug           = n
27
txdetail	= n 
31
noTransfers     = n
28
 
-
 
29
#
32
#
30
#   Target system
33
#   Target system
31
#       user        - User that has write access to the archive (Mandatory) 
34
#       user        - User that has write access to the archive (Mandatory) 
32
#       hostname    - Name of the target host (Mandatory) 
35
#       hostname    - Name of the target host (Mandatory)
33
#       identity    - Path to ssh identity file for passwordless login (Mandatory) 
36
#       identity    - Path to ssh identity file for passwordless login (Mandatory) 
34
#                     The public part of this file is on the target
37
#                     The public part of this file is on the target
35
#       bindir      - Path to blat utilities on the target (Mandatory) 
38
#       bindir      - Path to blat utilities on the target (Mandatory) 
36
#                     Relative to the users home directory
39
#                     Relative to the users home directory
37
#       sshport     - SSH port (Optional. Default is 22)
40
#       sshport     - SSH port (Optional. Default is 22)
Line 41... Line 44...
41
identity    = ./ssh/id_rsa_pkg_admin
44
identity    = ./ssh/id_rsa_pkg_admin
42
bindir      = bin
45
bindir      = bin
43
sshport     = 22
46
sshport     = 22
44
 
47
 
45
#
48
#
-
 
49
#   Release Manager Config
-
 
50
#       rmHostName      - Name of the hostname entry in Release Manager (Optional)
-
 
51
#                         If provided then some replication configuration is taken from Release
-
 
52
#                         Manager and not this file. These include:
-
 
53
#                           allArchive   
-
 
54
#                           allProjects  
-
 
55
#                           project      
-
 
56
#                           release      
-
 
57
#
-
 
58
#       rmConfigCheck   - Number of seconds to interogate RM for config changes Optional. Default is 60)
-
 
59
#       rmConfFullRead  - Full read of RM data, even if there is no chnage indicated (Optional. Defaul is 1h)
-
 
60
#
-
 
61
rmHostName  = auperaarc01
-
 
62
rmConfigCheck = 120
-
 
63
rmConfFullRead = 1h
-
 
64
 
-
 
65
#
46
#   Configure the fast package transfer
66
#   Configure the fast package transfer
47
#       tagdir          - Directory in which RM will flag that package-versions
67
#       tagdir          - Directory in which RM will flag that package-versions
48
#                         need to be transferred. The user must create this
68
#                         need to be transferred. The user must create this
49
#                         dircetory. (Mandatory) 
69
#                         dircetory. (Mandatory) 
50
#       forcedirscan    - Period for retry and safty scan (default 100 )
70
#       forcedirscan    - Period for retry and safty scan (default 100 )
Line 87... Line 107...
87
maxpackages     = 5
107
maxpackages     = 5
88
deletePackages  = Yes
108
deletePackages  = Yes
89
deleteImmediate = No
109
deleteImmediate = No
90
deleteAge       = 1
110
deleteAge       = 1
91
 
111
 
-
 
112
#### Not used if rmHostName is configured
92
#
113
#
93
#       allArchive      - Transfer entire archive contents
114
#       allArchive      - Transfer entire archive contents
94
#                         When set, 'project' and 'release' are ignored.
115
#                         When set, 'project' and 'release' are ignored.
95
#                         (Yes/1/y) (default 0).
116
#                         (Yes/1/y) (default 0).
96
#       allProjects     - Transfer content of all projects
117
#       allProjects     - Transfer content of all projects
Line 120... Line 141...
120
#   Specific packages and versions
141
#   Specific packages and versions
121
#       pkg.xxx[,yyy]   - Force package xxx to be a part of the transfer set
142
#       pkg.xxx[,yyy]   - Force package xxx to be a part of the transfer set
122
#                         Value specifies the version to transfer
143
#                         Value specifies the version to transfer
123
#                         If this is a symlink, then both the link
144
#                         If this is a symlink, then both the link
124
#                         and the package will be transferred.
145
#                         and the package will be transferred.
125
#		
146
#       
126
#                         Can be a comma sep list
147
#                         Can be a comma sep list
127
#
148
#
128
#                         If the version is the keyword 'EXCLUDE' then the
149
#                         If the version is the keyword 'EXCLUDE' then the
129
#                         package will not be transferred, nor deleted.
150
#                         package will not be transferred, nor deleted.
130
#
151
#