Bug 10159 - koha-rebuild-zebra error handling
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 30 Apr 2013 14:58:25 +0000 (11:58 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 15 May 2013 13:33:19 +0000 (09:33 -0400)
commita3422a47027188b7b76f137fd92effe328ca30c3
treef76e94b17167c6cdae63deba19e0a67da606b872
parentb8c070f5cd320eada5c6e20819d59a3d21da086a
Bug 10159 - koha-rebuild-zebra error handling

This patch makes koha-rebuild-zebra:
- Check for the existence of the instance
- Handle arbitrary amount of instance parameters
- Capture -a and -b (which made the script rebuild twice the chosen DB). It adds the extended version (--authorities and --biblios respectively) of the option switch. This makes the -a and -b switches work as "only do authorities" (or viceversa). They can be used concurrently, which is the default behaviour when no switch is provided.
- Handle -v (and --verbose) as koha-rebuild-zebra options, to ease the use for non-techie users.
- The rebuild_zebra.pl is wrapped inside an IF to return error values if we ever make rebuild_zebra.pl return error codes (this is pointed in the code).
- Added -h/--help switches and an 'usage' output :-D Please provide patches for any wording issues, or contact me to fix it.

To test:
- Apply the patch and create your packages (or just use the script from your branch)
- Run it in this scenarios / options
  - -h/--help to see the available option switches
  - Mix them with one or more instances, of which some could be fake
  - try -a/--authorities and -b/--biblios in all possible combinations
  - try -v/--verbose works

Regards
To+

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 39d3b9088a34b464708e40d1fd20a954d4a6e702)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
debian/docs/koha-rebuild-zebra.xml
debian/scripts/koha-rebuild-zebra