Bugzilla – Attachment 75449 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), 969 bytes, created by
Nick Clemens (kidclamp)
on 2018-05-20 14:46:41 UTC
(
hide
)
Description:
Bug 20795: Pass incrreased verbosity to zebra rebuild script
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-05-20 14:46:41 UTC
Size:
969 bytes
patch
obsolete
>From c7ded5c823aa3dfae887a5bdf80c0cbc6eabfbed 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 >--- > 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 6c0fce3..06cdc67 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.1.4
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