| 7423 |
dpurdie |
1 |
# Blat configuration file for the ReleaseNotes process
|
|
|
2 |
#
|
|
|
3 |
# active - Active link (Yes/1/y). (default = Yes)
|
|
|
4 |
# piddir - Path to where a pid file will be created (Mandatory)
|
|
|
5 |
# sleep - Polling period of the main process loop (default = 5)
|
|
|
6 |
# dpkg_archive - Path to local package archive (Mandatory)
|
|
|
7 |
#
|
|
|
8 |
#
|
|
|
9 |
active = 1
|
|
|
10 |
piddir = run
|
|
|
11 |
sleep = 1
|
|
|
12 |
dpkg_archive = /net/auawsaarc001/export/devl/dpkg_archive
|
|
|
13 |
|
|
|
14 |
# Logging
|
|
|
15 |
# verbose - Enable verbose logging 0 .. 3
|
|
|
16 |
# txdetail - Log transfer detsils
|
|
|
17 |
# logfile - Path to basename of the log file
|
|
|
18 |
# logfile.size - Size in block of the log file
|
|
|
19 |
# logfile.count - Number of log files to keep
|
|
|
20 |
# Debugging
|
|
|
21 |
# debug - Log to screen
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
logfile = log/releaseNotes.log
|
|
|
25 |
logfile.size = 20m
|
|
|
26 |
logfile.count = 3
|
|
|
27 |
verbose = 2
|
|
|
28 |
debug = 1
|
|
|
29 |
txdetail = 1
|
|
|
30 |
|
|
|
31 |
#
|
|
|
32 |
# Configure the releaseNotes processor
|
|
|
33 |
# tagdir - Directory in which RM will flag that package-versions
|
|
|
34 |
# need to be processed. (Mandatory)
|
|
|
35 |
# forcedirscan - Period for retry and safty scan (default 100 )
|
|
|
36 |
# tagage - Dead tags older than this time period will be deleted
|
|
|
37 |
# (default 10d). Zero will disable
|
|
|
38 |
#
|
|
|
39 |
tagdir = tags/releaseNotes
|
|
|
40 |
forcedirscan = 5
|
|
|
41 |
tagage = 10d
|
|
|
42 |
|
|
|
43 |
#
|
|
|
44 |
# Release Notes Tool Configuration
|
|
|
45 |
#
|
|
|
46 |
JIRA_URL='https://cds.vixtechnology.com'
|
|
|
47 |
JIRA_USERNAME='ReleaseManager'
|
|
|
48 |
JIRA_PASSWORD='r3l3@se4J!r@'
|
|
|
49 |
|
|
|
50 |
RM_USERNAME_RW='build_user';
|
|
|
51 |
RM_PASSWORD_RW='frog123';
|
|
|
52 |
|
|
|
53 |
|
|
|
54 |
|