Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#   Blat configuration file for the ReleaseNotes process
#
#       active          - Active link (Yes/1/y). (default = Yes)
#       piddir          - Path to where a pid file will be created (Mandatory) 
#       sleep           - Polling period of the main process loop (default = 5)
#       dpkg_archive    - Path to local package archive (Mandatory)   
#  
#   
active          = 1   
piddir          = run
sleep           = 1
dpkg_archive    = /net/auawsaarc001/export/devl/dpkg_archive

#   Logging
#       verbose         - Enable verbose logging 0 .. 3
#       txdetail        - Log transfer detsils
#       logfile         - Path to basename of the log file
#       logfile.size    - Size in block of the log file
#       logfile.count   - Number of log files to keep
#   Debugging
#       debug           - Log to screen


logfile         = log/releaseNotes.log
logfile.size    = 20m
logfile.count   = 3
verbose         = 2
debug           = 1
txdetail                = 1

#
#   Configure the releaseNotes processor
#       tagdir          - Directory in which RM will flag that package-versions
#                         need to be processed. (Mandatory) 
#       forcedirscan    - Period for retry and safty scan (default 100 )
#       tagage          - Dead tags older than this time period will be deleted
#                         (default 10d). Zero will disable
#
tagdir          = tags/releaseNotes
forcedirscan    = 5
tagage                  = 10d

#
#   Release Notes Tool Configuration
#
JIRA_URL='https://cds.vixtechnology.com'
JIRA_USERNAME='ReleaseManager'
JIRA_PASSWORD='r3l3@se4J!r@'

RM_USERNAME_RW='build_user';
RM_PASSWORD_RW='frog123';