Davide, I have the feeling that Paolo and you need to read the manual, and in particular the section:
http://files.mkgnu.net/files/scmbug/SCMBUG_RELEASE_0-15-7/manual/html-single/manual.html There's a much more current version available at: http://www.mkgnu.net/?q=scmbug including lots of documentation. On Mon, 2006-12-04 at 16:46 +0100, Davide Giuseppe MAVICA wrote: > Hi Kristis, > I've installed SCMBUG_RELEASE version 0-15-7 beetwen Bugzilla 2.20.2 and CVS > 1.11.18 on Solaris platform. > The Glue.conf file is installed under > SCMBUG_RELEASE_0-15-7\share\scmbug\glue\etc\scmbug\ path. > I must to move the glue.conf files into my CVSROOT path? > > When I customize the Glue.conf file, I have some difficult to fill some parts > of it. For example: > > 1)What do I insert as scm_tool_name?? > > # > # Describes the SCM system integrated with bug-tracking > # > scm => { > name => 'replace_with_scm_tool_name', > > 2)Is it correctly customized bugid_split_regex and log_regex in this way?? > > # Log template. > # > # Regular expressions that describe how the bug id and log > # comment will be identified must be defined. > # > # This policy is ALWAYS enabled > log_template => { > # The bugid_regex is a regular expression that must set > # the unnamed variable $1 to the bug number, or list of > # bug numbers. It is checked for a match as: m/$regex/s > bugid_regex => 'bug\s*(.*?):', > # The bugid_split_regex is a regular expression describing > # how a list of bug ids will be split in individual bug > # numbers. It is split as: /$regex/ > bugid_split_regex => ',\s?#|\s?#|,|\s+', > # The log_regex is a regular expression that must set the > # unnamed variable $1 to the log comment. It is checked > # for a match as: m/$regex/s > log_regex => 'bug.*?:\s*(.*)' > }, > > Are there any other parts of Glue.conf file, where I must to focus my > attention? > > Thanks in advance > > Davide > > _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
