Ciao Davide, On Thu, 2007-01-11 at 10:52 +0100, Davide Giuseppe MAVICA wrote: > Hi Kristis, > other questions for you: > > 1) We have some problems on a configuration of mail_on_success policy, > because we have more than one commit_mailing_list_email and must to add them > > > # Must be a valid email address > # To => > '[EMAIL PROTECTED]', > > But if I try to insert two address or more email, SCMBug return an error > when I try to commit an item. > > Can we insert more than one mailing list in "To" field? Which is the correct > method?
What did you try precisely ? I think something like the following would work: To => '[EMAIL PROTECTED],[EMAIL PROTECTED]' > Besides, we have not a unique mailing list for CVS, but we have more mailing > list referring to each module create within main CVS repository. > For example: > > Main Repository > Module Project1 -- Mailing for Project1 > Module Project2 -- Mailing for Project2 > Module Project3 -- Mailing for Project3 > > Each time that I commit an item under module project1 a mail will be send > only for all users of the Mailing List for project1 and so on... > We have to create a similar condition. Is it possible? How? This is not possible yet. I will add it in the TODO list. http://bugzilla.mkgnu.net/show_bug.cgi?id=918 > 2) In our Glue.conf for valid_product_name policy, we have defined > type=manual, because our SCM is CVS and automatically detected product names > are not supported. > But in our Bugzilla's configuration we have defined many products linked to > CVS Repository. Is possible to insert more than one product name in "Value" > field? How? Or Exist a master value which can group all Bugzilla's products? > > valid_product_name => { > enabled => 1, > type => 'manual', > value => 'TestProduct' > }, This is similar to Gunnar's question. The summary is that what you are asking should be implemented as an additional feature. It's not availabel yet: http://bugzilla.mkgnu.net/show_bug.cgi?id=821 And version 0.10.1 had a different implementation, inferior though, that supported such multiple project names. I would not recommend going back to it. Please see: http://lists.mkgnu.net/pipermail/scmbug-users/2007-January/000731.html _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
