Hi Kristis, Thank you for yor help. I have an answer for you. I have installed the glue for the bug 120
$ scmbug_install_glue --scm=CVS --product=TestProduct \ --repository=/tmp/repository --bug=120 --binary-paths=/bin,/usr/bin \ --daemon=127.0.0.1 If I would to create the integration with another Bug, (For example: same product=TestProduct, same repository=/tmp/repository, but different bug=130), Do I must to launch another time, the glue installer procedure? Thanks in advance Davide -----Original Message----- From: Kristis Makris [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 9:41 PM To: Davide Giuseppe MAVICA Cc: Paolo FALZEA; [email protected] Subject: Re: Integration between Bugzilla and CVS 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
