Bugzilla – Attachment 184998 Details for
Bug 39740
[Follow-up of 36932] Split dev_install into git_install and debug_mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39740: Fix adjust_paths_git_install in koha-es-indexer
Bug-39740-Fix-adjustpathsgitinstall-in-koha-es-ind.patch (text/plain), 882 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-08-01 12:14:10 UTC
(
hide
)
Description:
Bug 39740: Fix adjust_paths_git_install in koha-es-indexer
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-08-01 12:14:10 UTC
Size:
882 bytes
patch
obsolete
>From 038af04ccb5785de47ee058f4a681fcb28e6eb08 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 31 Jul 2025 12:17:12 +0200 >Subject: [PATCH] Bug 39740: Fix adjust_paths_git_install in koha-es-indexer > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/scripts/koha-es-indexer | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-es-indexer b/debian/scripts/koha-es-indexer >index 9c2b9786c75..d1d87787799 100755 >--- a/debian/scripts/koha-es-indexer >+++ b/debian/scripts/koha-es-indexer >@@ -204,7 +204,7 @@ if [ $# -gt 0 ]; then > > if is_instance $name; then > >- adjust_paths_dev_install $name >+ adjust_paths_git_install $name > worker_DAEMON="${KOHA_HOME}/${KOHA_BINDIR}/workers/es_indexer_daemon.pl" > export PERL5LIB > >-- >2.50.1
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 39740
:
184187
|
184432
|
184798
|
184799
|
184800
|
184801
|
184802
|
184803
|
184804
|
184873
|
184874
|
184920
|
184989
|
184990
|
184991
|
184992
|
184993
|
184994
|
184995
|
184996
|
184997
| 184998