? bug_trigger/debug ? bug_trigger/release ? make_trigger/debug ? make_trigger/release Index: doc/Bugs.example =================================================================== RCS file: /cvs/triggers/doc/Bugs.example,v retrieving revision 1.2.4.1 diff -c -r1.2.4.1 Bugs.example *** doc/Bugs.example 6 Jun 2007 22:18:50 -0000 1.2.4.1 --- doc/Bugs.example 16 Apr 2008 06:04:14 -0000 *************** *** 2,7 **** --- 2,13 ---- # # + # 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= *************** *** 28,40 **** # # DefaultDomain - Domain to use for cvs user->bugzilla user translation # #DefaultDomain= # ! # BugzillaLocation - Location of contrib/sendbugmail.pl script to call ! # just after comment is added to bug # ! # Called with arguments perl -T contrib/sendbugmail.pl # #BugzillaLocation= --- 34,113 ---- # # 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 + +