

If you have MySQL Server installed, the Replace utility does a great job at this:Ĭ:\\htdocs\bugzilla> for %i in (*.cgi) do ("\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" - %i)Ĭ:\\htdocs\bugzilla> for %i in (*.pl) do ("\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" - %i)Ĭ:\\htdocs\bugzilla\Bugzilla> for %i in (*.pm) do ("\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" - %i)įrom here the steps should be fairly identical to those above, meaning patch the files and run. Change PERL "shebang" paths from native *nix, to a Windows Format.
#BUGZILLA EXE INSTALL#
#BUGZILLA EXE UPDATE#
If you like to update yourīugzilla from CVS, be sure to delete the top level CVS directory first. You will now make a tarball of the source. Check out the CVS code in a temporary locationĢ. If you want to install the latest code from CVS you will need to do theġ. Check out the git code in a temporary location If you want to install the latest code from git you will need to do theġ. If you are missing any dependencies, will inform you. $> patch -p0 -i extensions/Testopia/patch-3.6.1 Find the patch file in theĮxtensions/Testopia directory matching your version of Bugzilla.įor example, if you are running Bugzilla 3.6.1 you will apply the patch-3.6.1 patch file. Next you need to patch the Bugzilla files. Tarball in your bugzilla top level directory. If you are installing Testopia from the release tarball, simply untar the Also, future versions may remove this support completely. Some API calls may fail until you make this change. Have been made to provide continuing support for positional parameters, please be aware that In a hash (struct, dict, hashmap or whatever your language of choice calls key, value pairs). You can change it any time later.ĪPI USERS TAKE NOTE: Positional parameters are now deprecated as of 2.4. If you are not sure, just set language of yourīugzilla to English. Please make sure that your language of Bugzilla is the same as language of

Please be aware that you will need to merge your changes into the newĪlso be sure to reverse the patch on your existing installation If you are upgrading from 2.2 and have made modifications to the Testopia code, RPM packages may place Bugzilla files in separate directories in which case, These instructions assume you have installed Bugzilla according to the Bugzilla Installation instructions for Bugzilla can be found at Supported versions of Bugzilla installed, you are all set to install Testopia.
