# Settings for bugzilla plugin # # # DatabaseHost - Name of the bug database host if not the localhost # if this is set then BugzillaLocation should NOT be set # #DatabaseHost= # # DatabaseName - Name of bug database # #DatabaseName= # # DatabaseUser - Username of bug database # #DatabaseUser= # # DatabasePassword - Password of bug database # #DatabasePassword= # # StoreDiffs - If set to 1 diffs are added as a comment to the bug. # #StoreDiffs=0 # # PrivateComments - If set to 1 added comments are marked private # #PrivateComments=0 # # DefaultDomain - Domain to use for cvs user->bugzilla user translation # of email addresses. ie: if your username is # jsmith and your email address is jsmith@wotsit.com then # you set DefaultDomain to wotsit.com # # For more complex translations use the CVSROOT/users file # #DefaultDomain= # # BugzillaLocation - Location of the bugzilla installation directory which contains # the contrib/sendbugmail.pl script to call just after comment # is added to bug # # Called with arguments perl -T contrib/sendbugmail.pl # # eg: BugzillaLocation=/opt/bugzilla-2.18/ # #BugzillaLocation= # # BugExistsCheck - check that the bug exists, and optionally if the bug # is in the status of BugStat and/or assigned to the # person doing the commit # #BugExistsCheck=0 # # BugAssignedCheck - if BugExistsCheck set to '1' - check that the bug # is assigned to the person checking in # #BugAssignedCheck=0 # # BugAdminOK - if BugAdminOK set to '1' then BugAssignedCheck and BugStat # rules do not apply to Admin users # #BugAdminOK=0 # # # BugSetFixed - &1 if commit message contains "STATUS=FIXED" then change the # status of the bug in Bugzilla to FIXED. # &2 if commit message does not contain "STATUS=FIXED" then # change the status of the bug in BUgzilla to ASSIGNED # #BugSetFixed=0 # # BugIgnoreBranch - ignore BugSetFixed rules when branch name contains... # eg: BugIgnoreBranch=promote_ # #BugIgnoreBranch= # # # BugStat - if BugExistsCheck set to '1' - check the bug is in the status # eg: BugStat=NEW, # BugStat=OPEN # BugStat=ASSIGNED # #BugStat= # # Version - Bugzilla data model version number # Supported values are: # Version=2.18 # Version=2.22 # # Note: Version 2.20 is covered by the 2.18 data model # #Version=2.18