Bugzilla – Attachment 3252 Details for
Bug 5831
rebuild_zebra.pl does not respect -r flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
patch.txt (text/plain), 1.58 KB, created by
D Ruth Holloway
on 2011-03-04 20:11:25 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
D Ruth Holloway
Created:
2011-03-04 20:11:25 UTC
Size:
1.58 KB
patch
obsolete
>Return-Path: <ruth@bywatersolutions.com> >Received: from loader (pool-74-96-35-164.washdc.east.verizon.net [74.96.35.164]) > by mx.google.com with ESMTPS id s32sm1735240qco.38.2011.03.04.12.08.46 > (version=TLSv1/SSLv3 cipher=OTHER); > Fri, 04 Mar 2011 12:08:47 -0800 (PST) >Received: by loader (sSMTP sendmail emulation); Fri, 04 Mar 2011 15:08:26 -0500 >From: ruth@bywatersolutions.com >To: koha-patches@lists.koha-community.org >Cc: Ian Walls <ian.walls@bywatersolutions.com>, > D Ruth Bavousett <ruth@bywatersolutions.com> >Subject: [PATCH] [SIGNED-OFF] Bug 5831: rebuild_zebra.pl doesn't respect -r >Date: Fri, 4 Mar 2011 15:08:22 -0500 >Message-Id: <1299269302-2399-1-git-send-email-ruth@bywatersolutions.com> >X-Mailer: git-send-email 1.7.2.3 > >From: Ian Walls <ian.walls@bywatersolutions.com> > >Reimplements support for -r, as well for -reset > >Signed-off-by: D Ruth Bavousett <ruth@bywatersolutions.com> >--- > misc/migration_tools/rebuild_zebra.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index bd11494..682c280 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -37,7 +37,7 @@ my $verbose_logging; > my $zebraidx_log_opt = " -v none,fatal,warn "; > my $result = GetOptions( > 'd:s' => \$directory, >- 'reset' => \$reset, >+ 'r|reset' => \$reset, > 's' => \$skip_export, > 'k' => \$keep_export, > 'nosanitize' => \$nosanitize, >-- >1.7.2.3 >
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 5831
: 3252