Summary: | koha-indexer still uses the deprecated -x option switch | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Command-line Utilities | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | brendan, f.demians, mtompset, robin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 16506 | ||
Bug Blocks: | |||
Attachments: |
Bug 16930: Remove -x usage on koha-indexer
Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Bug 16830: Remove -x usage on koha-indexer Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Bug 16830: Remove -x usage on koha-indexer Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl |
Description
Tomás Cohen Arazi (tcohen)
2016-06-28 22:40:02 UTC
Created attachment 52938 [details] [review] Bug 16930: Remove -x usage on koha-indexer This patch just does that, and removes it from the comment on /etc/default/koha-common To test: - Apply the patch - Run: $ vagrant ssh ; cd kohaclone $ sudo debian/scripts/koha-indexer --stop kohadev $ sudo debian/scripts/koha-indexer --start kohadev => SUCCESS: Verify no warning is shown on the indexer-output.log file - Sign off Created attachment 52939 [details] [review] Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Created attachment 53480 [details] [review] Bug 16830: Remove -x usage on koha-indexer This patch just does that, and removes it from the comment on /etc/default/koha-common To test: - Apply the patch - Run: $ vagrant ssh ; cd kohaclone $ sudo debian/scripts/koha-indexer --stop kohadev $ sudo debian/scripts/koha-indexer --start kohadev => SUCCESS: Verify no warning is shown on the indexer-output.log file - Sign off https://bugs.koha-community.org/show_bug.cgi?id=16830 Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Created attachment 53481 [details] [review] Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Created attachment 53844 [details] [review] Bug 16830: Remove -x usage on koha-indexer This patch just does that, and removes it from the comment on /etc/default/koha-common To test: - Apply the patch - Run: $ vagrant ssh ; cd kohaclone $ sudo debian/scripts/koha-indexer --stop kohadev $ sudo debian/scripts/koha-indexer --start kohadev => SUCCESS: Verify no warning is shown on the indexer-output.log file - Sign off https://bugs.koha-community.org/show_bug.cgi?id=16830 Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 53845 [details] [review] Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the November 2016 release. Thanks! Does it apply to 16.05 branch? (In reply to Frédéric Demians from comment #8) > Does it apply to 16.05 branch? Yes, as long as bug 16506 has been pushed already. Pushed in 16.05. Will be in 16.05.03. |