Subversion Repositories DevTools

Rev

Rev 7389 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7389 Rev 7460
Line 1... Line 1...
1
#   Blat configuration file
1
#   Blat configuration file
2
#       active          - Active link (Yes/1/y). (default = Yes)
2
#       active          - Active link (Yes/1/y). (default = Yes)
3
#       piddir          - Path to where a pid file will be created (Mandatory) 
3
#       piddir          - Path to where a pid file will be created (Mandatory) 
4
#       sleep           - Polling period of the main process loop (default = 5)
4
#       sleep           - Polling period of the main process loop (default = 5)
5
#       dpkg_archive    - Path to local package archive (Mandatory)   
5
#       dpkg_archive    - Path to local package archive (Mandatory)   
-
 
6
#       wedgeTime       - Determine if main processing look is stuck
-
 
7
#                         Minutes of inactivity (Default 30m)
6
#  
8
#  
7
#   
9
#   
8
active          = 1   
10
active          = 1   
9
piddir          = run
11
piddir          = run
10
sleep           = 5
12
sleep           = 5
11
dpkg_archive    = /net/auawsaarc001/export/devl/dpkg_archive
13
dpkg_archive    = /net/auawsaarc001/export/devl/dpkg_archive
12
 
14
 
13
#   Logging
15
#   Logging
14
#       verbose         - Enable verbose logging 0 .. 3
16
#       verbose         - Enable verbose logging 0 .. 3
-
 
17
#       txdetail        - Log transfer details
15
#       logfile         - Path to basename of the log file
18
#       logfile1G         - Path to basename of the log file
16
#       logfile.size    - Size in block of the log file
19
#       logfile.size    - Size in block of the log file
17
#       logfile.count   - Number of log files to keep
20
#       logfile.count   - Number of log files to keep
18
 
21
 
19
logfile         = log/S3Bucket.log
22
logfile         = log/s3Transfer.log
20
logfile.size    = 20m
23
logfile.size    = 20m
21
logfile.count   = 3
24
logfile.count   = 3
22
verbose         = 2
25
verbose         = 3
23
#noTransfers     = y
26
#noTransfers     = y
24
debug           = 1
27
debug           = 1
-
 
28
txdetail        = n
25
 
29
 
26
#
30
#
27
#   Target system
31
#   Target system
28
#       user        - User that has write access to the archive (Mandatory) 
32
#       user        - User that has write access to the archive (Conflicts with S3Profile)  
29
#       hostname    - Name of the target host (Mandatory) 
33
#       hostname    - Name of the target host (Conflicts with S3Profile) 
30
#       identity    - Path to ssh identity file for passwordless login (Mandatory) 
34
#       identity    - Path to ssh identity file for passwordless login (Conflicts with S3Profile) 
31
#                     The public part of this file is on the target
35
#                     The public part of this file is on the target
32
#       bindir      - Path to blat utilities on the target (Mandatory) 
36
#       bindir      - Path to blat utilities on the target (Conflicts with S3Profile)
33
#                     Relative to the users home directory
37
#                     Relative to the users home directory
34
#
38
#
35
#user        = pkgadmin
39
#user        = pkgadmin
36
#hostname    = auawsaarc001
40
#hostname    = auawsaarc001
37
#identity    = ../ssh/id_rsa_pkg_admin
41
#identity    = ../ssh/id_rsa_pkg_admin
38
#bindir      = bin
42
#bindir      = bin
39
 
43
 
40
#   Target S3 Bucket
44
#   Target S3 Bucket
41
#       S3Profile - profile to use to access the bucket.
45
#       S3Profile       - profile to use to access the bucket. (Conflicts with hostname)
42
#       S3Bucket  - Name of s3 bucket. May include prefix
46
#       S3Bucket        - Name of s3 bucket. May include prefix (Mandatory if S3Profile)
-
 
47
#       S3Region        - Name of the region (Mandatory if S3Profile)
-
 
48
#       S3AllowDelete   - Allow deletion if S3 artifacts. (optional) Default False
43
#
49
#
44
S3Profile   = s3txTest
50
S3Profile   = s3txTest
45
S3Bucket    = aupera-dpurdie-test/dpkg_archive
51
S3Bucket    = aupera-dpurdie-test/dpkg_archive
-
 
52
S3Region    = us-east-2
46
 
53
 
-
 
54
#
-
 
55
#   Release Manager Config
-
 
56
#       rmHostName      - Name of the hostname entry in Release Manager (Optional)
-
 
57
#                         If provided then some replication configuration is taken from Release
-
 
58
#                         Manager and not this file. These include:
-
 
59
#                           allArchive   
-
 
60
#                           allProjects  
-
 
61
#                           project      
-
 
62
#                           release      
-
 
63
#
-
 
64
#       rmConfigCheck   - Number of seconds to interogate RM for config changes Optional. Default is 60)
-
 
65
#       rmConfFullRead  - Full read of RM data, even if there is no chnage indicated (Optional. Defaul is 1h)
-
 
66
#
47
rmHostName = S3Transfer
67
rmHostName = s3Transfer
48
rmConfigCheck = 30
68
rmConfigCheck = 30
49
rmConfFullRead = 120
69
rmConfFullRead = 120
50
 
70
 
51
#
71
#
52
#   Configure the fast package transfer.
72
#   Configure the fast package transfer.
Line 58... Line 78...
58
#                         (default 10m). Zero will disable
78
#                         (default 10m). Zero will disable
59
#       tagListUpdate   - Time period to update fast package transfer config
79
#       tagListUpdate   - Time period to update fast package transfer config
60
#                         file for blatPopulate. Will pick up new releases added
80
#                         file for blatPopulate. Will pick up new releases added
61
#                         to projects. (default 1h)
81
#                         to projects. (default 1h)
62
#
82
#
63
tagdir          = tags/S3Bucket
83
tagdir          = tags/s3Transfer
64
forcedirscan    = 100
84
forcedirscan    = 100
65
tagage          = 0
85
tagage          = 0
66
tagListUpdate   = 1h
86
tagListUpdate   = 1h
67
 
87
 
68
#
88
#