# # This is a template web reports configuration file for scmbug # $webreports_config = { # Port and location the daemon will start on daemon_port => "3872", daemon_location => "localhost", # Webpage display settings heading_banner => "/scmbug/images/dot_clear.gif", bug_tracker_url => "", # List of repositories repositories => [ { name => "Code Repository", repository_url => "http://localhost/svn/coderepo/", viewvc => "http://localhost/viewvc/CodeRepo/", bugid_regex => 'bug\s*([\d|\s|,|#]*?):', bugid_split_regex => ',\s?#|\s?#|,|\s', # If the first list of directories of the repository should # be listed as a multi-select (y/n) autoproject_list => 'n' } ], # Link to the next page after the bug report this allows custom # release documents to be created. This link should be a perl cgi # script so that it can recieve the list of bug IDs bug_report_next_page => "" };