[Koha-bugs] [Bug 13971] Adjusted locations in koha-rebuild-zebra for gitified instance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 25 12:42:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13971

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37616|0                           |1
        is obsolete|                            |

--- Comment #6 from Mirko Tietgen <mirko at abunchofthings.net> ---
Created attachment 40628
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40628&action=edit
Bug 13971: Adjusted locations in koha-rebuild-zebra for gitified instance

This patch adds a few lines to koha-rebuild-zebra in order to adjust the
locations for PERL5LIB and rebuild_zebra.pl script. It also adds two
functions to koha-functions: is_gitified and get_perl5lib.
It builds on the notion that koha-conf.xml contains a <gitified> tag for
gitified installs. It also looks for a perl5lib tag in koha-conf.

NOTE: If the gitified or the perl5lib tag does not exist, behavior does not
change.
I will submit a separate follow-up report for adding those tags.
The use of function get_perl5lib can replace hardcoded paths in the other
scripts too; I will also move that to a new report.
Furthermore, I would like to use the Zebra setup from the gitified instance
instead of the default files in /etc/koha/zebradb. Will put that in another
report too.

Test plan:
[1] Verify that your koha-conf does not contain:
    <gitified>1</gitified>
[2] Run koha-rebuild-zebra -a -b -v [instance]
[3] If you have a gitified instance, add the gitified tag to your koha-conf
    and the path in a perl5lib tag.
[4] Run koha-rebuild-zebra -a -b -v [instance]
    Verify that you run the right version of rebuild_zebra.pl. You could do
    that by adding a simple debug print.

Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list