Hi Nitin, I'm actually using a few more patches which help to resolve some other issues. Here is the list:
(1) The patch which Amit has already mentioned /pay attention to notes I've made when uploading the patch (I'm adding some email notification params to daemon.conf)/. (2) scmbug_bugzilla_use_lib_with_Factory.patch.gz (resolves some issues when you have Bugzilla's perl dependencies locally installed /i.e. using its install-module.pl script/): http://www.mail-archive.com/[email protected]/msg02666.html (3) scmbug_bugzilla_custom_status_workflow.patch.gz (if you use the new Bugzilla status names and workflow /or if you like to customize your status workflow/. You'll also need to change daemon.conf and glue.conf): http://www.mail-archive.com/[email protected]/msg02681.html (4) scmbug_daemon_late_bugtracker_creation.patch.gz (Another workaround for the crash on Windows. Actually attempts to prevent from other issues too since Bugzilla is not supposed to be forked nor threaded). http://permalink.gmane.org/gmane.comp.bug-tracking.scmbug.user/2718 (5) scmbug_tie_stdout_to_trapper_v4.patch.gz (this prevents Bugzilla change of output encodings which may crash scmbug on Windows /or maybe cause encoding issues/. Also may help debugging Bugzilla errors since it's standard output is captured in Scmbug log). I've just sent that - not yet in mailing list archive but you should have gotten the mail. (Avoid using previous version of this patch /without the v4 suffix/ since it has some issues). ---- * I'm successfully using these with Bugzilla 4.0. In fact things seem to work fine on 4.1.1 too (need just a bit patching of Bugzilla.pm to allow the new version number). * Please bare in mind that these patches are not officially part of Scmbug stable. (Some of those changes Kristis is adapting for inclusion in next releases but others could get rejected). So if you have any problems after patching, you can blame only me - I'll try to help ;-) Amit, some comments to your 4.1.1 tweaks (I'm replying in this thread since the other one have been open specifically for 4.0): * your 4.1.1 patch seems to block 4.0. To have both supported I have this: } elsif ( $major == 4 && $minor == 0) { + $self->{ version_type } = "up_to_4_0"; + } elsif ( $major == 4 && $minor == 1) { * The patch above in (2) should make things work without setting PERL5LIB Regards, Yavor On Tue, Mar 29, 2011 at 21:46, Amit <[email protected]> wrote: > On Tue, Mar 29, 2011 at 11:17 AM, Nitin Lahane <[email protected]> > wrote: > > Hi All, > > > > > > > > Is scmbug Version 0-26-22 supports Bugzilla 4? > > > > If yes, any help or pointers to integrate it with Bugzilla 4 is > > appreciated. > > Yes, it is supported. You can apply Yavor's patch to a clean scmbug > 0-26-22 install: > http://www.mail-archive.com/[email protected]/msg02522.html > > Good luck. > _______________________________________________ > scmbug-users mailing list > [email protected] > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users >
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
