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 = 1piddir = runsleep = 1dpkg_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 screenlogfile = log/releaseNotes.loglogfile.size = 20mlogfile.count = 3verbose = 2debug = 1txdetail = 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/releaseNotesforcedirscan = 5tagage = 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';