Hello Mr.kritis,

 iam able to configure scmbug , installation and starting the daemon is
done,

I have two problems, i dont know whether it is documented or not,

1) how to  write  bug id suitable  for this regular expressions, what ever
value i put in commit message iam getting error,


Problem:1
in commit message i tried like bug :1,   bug1,  like this, still iam
getting error, finally i have changed bugid_regex => bug\s*,
still there r problems with bugid_split_regex,  is this both conditions are
"AND" conditions or "OR" conditions,  i have seen the document,  because iam
not getting clear idea i need ur suggestion to go further

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*([\d|\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*(.*)'
           },


Problem:2
In /etc/scmbug/daemon.conf iam configuring user like this


# This is a one-to-one mapping of SCM usernames to
           # bugtracking usernames. Mappings in this list override
           # mappings from mapping_regexes.
           mapping_values => {
               enabled => 1,
               values => {
                   'educeit' => '[EMAIL PROTECTED]',
                  # 'example_user2' => '[EMAIL PROTECTED]'

In my understanding  i thought like if ldap users, or users who can dont
satisfy regex, are not available we can map the users directly like above, i
dont know myway of writing user is wrong iam getting the following error


cvs commit -m "bug1: this is chandra" glue.conf (in directory E:\New
Folder\CVSROOT\etc\scmbug\)

Scmbug notice: ---------------------------------------------------------

Scmbug notice: Reading configuration

Scmbug notice: Checking configuration

Scmbug notice: Preparing for verification

Scmbug notice: Processing activity

Scmbug notice: Submitting request

Scmbug notice: Request submission was denied

*******************************************

**

**

** Scmbug error 7: Username 'educeit' could not be translated

**

**

*******************************************

cvs [server aborted]: Message verification failed

***** CVS exited normally with code 1 *****
I have gone throught documentation, iam sorry to say iam not getting how to
write the required.
pl enlighten me.

--
D.Chandra Shaker
REDHAT CERTIFIED ENGINEER
+919989888853
కిరణానికి చీకటి లేదు......... సిరిమువ్వకి మౌనం లేదు........... చిరునవ్వుకి
మరణంలేదు..... మన స్నేహనికి అంతంలేదు..... మరిచే స్నేహం చెయ్యకు......... చేసే
స్నేహం మరవకు
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to