Yes, I had set valid_bug_owner to 0. I had thought this would allow me to just skip the check to see if the users matched.
I put in valid mappings and everything is working now. Thanks for all the help! One question though, is it possible to allow any registered bugzilla user to commit (assuming they have been mapped correctly in scmbug's config files)? For example, a bug might be assigned to one person but is for whatever reason fixed by another user. Maybe the second user discovered that their bug was the root cause of another bug as well. Either way it probably isn't too inconvenient, currently it just requires an extra step to reassign the bug. Currently I'm just setting up a sandbox so we can see how an integrated system would work so I'm trying to think through some of these issues. Thanks, Brett -----Original Message----- From: Kristis Makris [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 12:07 PM To: Allen, Brett Cc: [email protected] Subject: RE: [scmbug-users] Installation problems On Thu, 2006-12-21 at 11:16 -0600, Allen, Brett wrote: > However, now I'm still having an issue where it doesn't seem to be > updating bugzilla. Nothing is printed by scmbug to indicate an error > or success. I think it should be working though, if my log message is > too short for example I get an error 14. The glue is installed correctly. Now, the daemon... perhaps the access to the database is incorrect. We still have this bug open: http://bugzilla.mkgnu.net/show_bug.cgi?id=320 > I did disable username verification, would this have any impact? I > was hoping to see everything working and then decide whether to > properly configure the user mappings. How did you disable username verification ? Do you mean you switched valid_bug_owner->{ enabled } to 0 ? The user mappings are needed with Bugzilla (I'm guessing Kevin Benton recommended Bugzilla in AMD). If you hadn't configured them... commits should have been refused with an appropriate error message saying that there was a bug with the bugtracker, even if the error message was misleading: http://bugzilla.mkgnu.net/show_bug.cgi?id=906 Are you running Bugzilla 2.22 ? http://bugzilla.mkgnu.net/show_bug.cgi?id=912 > Is there a way to get a more verbose output of what is going on? Have a look at /var/log/scmbug/{activity,error}.log to see at least if the activity is received, and whether there are any errors. _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
