Bugzilla – Attachment 12290 Details for
Bug 8233
New search engine layer - introduce solr without breaking anything else
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8233 - SolR-related /etc/ files break deb building
Bug-8233---SolR-related-etc-files-break-deb-buildi.patch (text/plain), 1.30 KB, created by
Tomás Cohen Arazi (tcohen)
on 2012-09-17 19:58:35 UTC
(
hide
)
Description:
Bug 8233 - SolR-related /etc/ files break deb building
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2012-09-17 19:58:35 UTC
Size:
1.30 KB
patch
obsolete
>From 486aed5c5887e44d4718ef12425bde1c131119b5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 17 Sep 2012 16:55:52 -0300 >Subject: [PATCH] Bug 8233 - SolR-related /etc/ files break deb building >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Remove them using debian/rules when building .deb packages until >we figure out what to do with them in a .deb install. > >To do this I ran the build script like this: > >sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -distribution precise -D precise -r ~/ubuntu -v 3.9.0-046~git -d > >Sponsored-by: Universidad Nacional de Córdoba >--- > debian/rules | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/debian/rules b/debian/rules >index 7fed07e..f063be5 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -20,6 +20,9 @@ override_dh_auto_install: > rm -r $(TMP)/var/run > rm -r $(TMP)/var/lock > rm $(TMP)/var/log/koha/README >+ rm $(TMP)/etc/koha/searchengine/solr/config.yaml >+ rm $(TMP)/etc/koha/searchengine/solr/indexes.yaml >+ rm $(TMP)/etc/koha/solr/indexes.yaml > # rm $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/jquery/jquery.js > # ln -s /usr/share/javascript/jquery/jquery.js \ > # $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/jquery/jquery.js >-- >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 8233
:
10257
|
10334
|
10335
|
10434
|
10459
|
10464
|
10465
|
10466
|
10467
|
10480
|
11126
|
11128
|
12290
|
12408