Bugzilla – Attachment 77372 Details for
Bug 20795
koha-rebuild-zebra should pass through increased verbosity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20795: Pass incrreased verbosity to zebra rebuild script
Bug-20795-Pass-incrreased-verbosity-to-zebra-rebui.patch (text/plain), 1.08 KB, created by
Jonathan Druart
on 2018-08-01 14:22:52 UTC
(
hide
)
Description:
Bug 20795: Pass incrreased verbosity to zebra rebuild script
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-01 14:22:52 UTC
Size:
1.08 KB
patch
obsolete
>From ad280ab9aeb7a7567db1abbcf9dd5b7e938c5a2a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sun, 20 May 2018 14:44:45 +0000 >Subject: [PATCH] Bug 20795: Pass incrreased verbosity to zebra rebuild script > >To test: >1 - Run koha-rebuild-zebra with multiple '-v' >2 - Note no increased verbosity >3 - Apply patch >4 - Run the updated koha-rebuild-zebra script with multiple '-v' >5 - Note increased verbosity > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > debian/scripts/koha-rebuild-zebra | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-rebuild-zebra b/debian/scripts/koha-rebuild-zebra >index 6c0fce3883..06cdc67410 100755 >--- a/debian/scripts/koha-rebuild-zebra >+++ b/debian/scripts/koha-rebuild-zebra >@@ -132,7 +132,7 @@ while [ -n "$*" ]; do > force="yes" > ;; > -v|--verbose) >- opt_verbose="-v" >+ opt_verbose="$opt_verbose -v" > ;; > -q|--quiet) > quiet="yes" >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20795
:
75449
|
75482
| 77372 |
77373