Hi All,

I finally was able to cobble together a working system with Bugzilla 3.4.4 with 
full status resolution.  Here's what I did.

1. Download and installed 26_16.
2. Patch the Daemon/Bugzilla.pm with the patch file I've attached.
3. Change /etc/scmbug/daemon.conf to use bugzilla version 3.2.2
4. restart scmbug-server

I got all of the fixes from contributors to bug 1073 and 1024.  Thanks so much 
for helping!

A few things to note here.

1. The patch only applies to Bugzilla.pm in 26_16.  The main reason being 
there's a nice check for is_version_latest() in change_bug_resolution which 
allows me to put specifically the code for 3.4.4 in there.
2. I had to comment out the bz_lock_tables and bz_unlock_tables calls because 
they're no longer supported in bugzilla.  I think the main reason is because 
bugzilla switched over to innodb and is probably using row locks now.  I looked 
all over the bugzilla code and I can't find them any more.  If someone know 
what I should use, I would love to try it.
3. I had to put the version at 3.2.2 because scmbug rejects 3.4.x.  And 
anything less that 3.1.2 (iirc) goes a different path in the scmbug code.

Thanks.

--Alex

Attachment: patch
Description: patch

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to