Bugzilla – Attachment 75282 Details for
Bug 20428
MARC import fails on Debian Stretch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20428: Added missing parameter --upload-tmp-path
Bug-20428-Added-missing-parameter---upload-tmp-pat.patch (text/plain), 1.77 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-11 18:48:59 UTC
(
hide
)
Description:
Bug 20428: Added missing parameter --upload-tmp-path
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-11 18:48:59 UTC
Size:
1.77 KB
patch
obsolete
>From 0308aebd98e80dbd741f934412a79d025e79f063 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 8 May 2018 16:14:48 +0000 >Subject: [PATCH] Bug 20428: Added missing parameter --upload-tmp-path > >Line 463 lists valid parameters, but it was missing >upload-tmp-path: which resulted in the koha-create >saying it is an invalid parameter. > >TEST PLAN >--------- >1) apply all patches but this. >2) sudo perl ~/misc4dev/cp_debian_files.pl >3) restart_all >4) sudo koha-create --create-db --upload-tmp-path unique-path >awesome-test-name > -- Fails to run. >5) apply this patch >6) repeat 2-4 >7) sudo vi /etc/koha/sites/awesome-test-name/koha-conf.xml > -- the upload_tmp_path entry should have unique-path > in it. >--- > debian/scripts/koha-create | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 88232eb353..c340c645fd 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -464,7 +464,7 @@ fi > > [ $# -ge 1 ] && [ $# -le 16 ] || ( usage ; die "Error: wrong parameters" ) > >-TEMP=`getopt -o chrpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,enable-sru,sru-port:,help,marcflavor:,auth-idx:,biblio-idx:,zebralang:,defaultsql:,configfile:,passwdfile:,dbhost:,database:,adminuser:,memcached-servers:,memcached-prefix:,template-cache-dir:,timezone:,upload-path:,letsencrypt, \ >+TEMP=`getopt -o chrpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,enable-sru,sru-port:,help,marcflavor:,auth-idx:,biblio-idx:,zebralang:,defaultsql:,configfile:,passwdfile:,dbhost:,database:,adminuser:,memcached-servers:,memcached-prefix:,template-cache-dir:,timezone:,upload-path:,upload-tmp-path:,letsencrypt, \ > -n "$0" -- "$@"` > > # Note the quotes around `$TEMP': they are essential! >-- >2.17.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 20428
:
73426
|
73427
|
73428
|
73429
|
73430
|
73431
|
75159
|
75160
|
75161
|
75162
|
75163
|
75164
|
75169
|
75170
|
75171
|
75172
|
75275
|
75279
|
75280
|
75281
|
75282
|
75283
|
75286
|
75293
|
75294
|
75295
|
75296
|
75297
|
75298
|
75305