https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448

            Bug ID: 26448
           Summary: koha-elasticsearch --commit parameter is not used
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: joonas.kylm...@helsinki.fi
        QA Contact: testo...@bugs.koha-community.org
                CC: ro...@catalyst.net.nz

The script debian/scripts/koha-elasticsearch doesn't use the --commit parameter
even though it should be used. The issues seem to have appeared after Bug
21872. The rebuild_opts variable should keep its previous value like is done
elsewhere in the script with rebuild_opts="${rebuild_opts} but here for the
processes parameter it is done like this:

> rebuild_opts="--processes ${processes}"

This overwrites the previous value of rebuild_opts where the --commit parameter
was.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to