Bugzilla – Attachment 22532 Details for
Bug 11078
rebuild_zebra.pl can lose updates due to race condition during full rebuilds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11078 Add locking to rebuild_zebra (QA Patch 3 10/29)
0005-Bug-11078-Add-locking-to-rebuild_zebra-QA-Patch-3-10.patch (text/plain), 1.18 KB, created by
Doug Kingston
on 2013-10-30 04:23:44 UTC
(
hide
)
Description:
Bug 11078 Add locking to rebuild_zebra (QA Patch 3 10/29)
Filename:
MIME Type:
Creator:
Doug Kingston
Created:
2013-10-30 04:23:44 UTC
Size:
1.18 KB
patch
obsolete
>From 1dd5eea567cecbffc19fdb1c3f66ced7744cce16 Mon Sep 17 00:00:00 2001 >From: Doug Kingston <dpk@randomnotes.org> >Date: Tue, 29 Oct 2013 21:13:35 -0700 >Subject: [PATCH 5/5] Bug 11078 Add locking to rebuild_zebra (QA Patch 3 > 10/29) > >A final tweak to the debian packages template to ensure the lock >file is under /var/lock/koha/INSTANCENAME. Its not ideal but >this work for all legacy and new instalations. >--- > debian/templates/koha-conf-site.xml.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index e15e249..bae4bf8 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -265,7 +265,7 @@ > <opachtdocs>/usr/share/koha/opac/htdocs/opac-tmpl</opachtdocs> > <intrahtdocs>/usr/share/koha/intranet/htdocs/intranet-tmpl</intrahtdocs> > <includes>/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/includes/</includes> >- <lockdir>/var/lock</lockdir> >+ <lockdir>/var/lock/koha/__KOHASITE__</lockdir> > <logdir>/var/log/koha/__KOHASITE__</logdir> > <docdir>/usr/share/doc/koha-common</docdir> > <backupdir>/var/spool/koha/__KOHASITE__</backupdir> >-- >1.7.9.5 >
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 11078
:
22044
|
22045
|
22205
|
22458
|
22506
|
22508
|
22532
|
22985
|
22992
|
23220
|
23221
|
23573
|
23574
|
25114
|
25172
|
25330
|
25412
|
25446
|
25447