# -*- Ruby -*- Configuration for CVSspam commit-mail generation system # Place this file in your repository's CVSROOT/, or specify its location # with collect_diffs.rb's --config argument. # Who should be mailed? (Optional) # Multiple addresses may specified. These will be used in addition to any # --to arguemnts given to collect_diffs.rb on the commandline (i.e. in # 'CVSROOT/loginfo'). #addRecipient "global-code-review@somewhere.invalid" # Link to Bugzilla (Optional) # If you want comments to include links to a Bugzilla installation, give # $bugzillaURL of the page for viewing bugs (usually show_bug.cgi) using the # string '%s' to specify where the bugId should be substituted. # # If you specify a URL, text within log-comments of the form 'bug 1234' # will be made into hyperlinks in the generated email. $bugzillaURL = "http://bugzilla.mozilla.org/show_bug.cgi?id=%s" # Integrate CVSspam with ViewCVS (Optional) # Give $viewcvsURL the location of the top-level ViewCVS dir (usually # viewcvs.cgi/) and the generated mail will link to new/original versions of # the file. This can be particularly useful for viewing binary files # (i.e. images) before and after. $viewcvsURL = "http://localhost/cgi-bin/viewcvs.cgi" # Additional SMTP Headers (Optional) # You can specify additional headers to add to the generated email. (For # instance, you could flag mails, and tell SpamAssasin to be kind to them.) #addHeader "Reply-Tp", "dev-list@somewhere.invalid" #addHeader "X-Been-There", "crackmonkey.org" # sendmail location (Default is '/usr/sbin/sendmail') # If your sendmail program is installed somewhere other than the default, # specify the location here. $sendmail_prog = "/usr/sbin/sendmail" # cvs location (Defaults to searching the standard $PATH) # If your cvs program is installed somewhere outside the standard $PATH, # specify the location here. #$cvs_prog = "/opt/cvs/bin/cvs"