Bugzilla – Attachment 111374 Details for
Bug 20582
Turn Koha into a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20582 - Turn Koha into a Mojolicious application
Bug-20582---Turn-Koha-into-a-Mojolicious-applicati.patch (text/plain), 837 bytes, created by
Mason James
on 2020-10-08 11:34:26 UTC
(
hide
)
Description:
Bug 20582 - Turn Koha into a Mojolicious application
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-10-08 11:34:26 UTC
Size:
837 bytes
patch
obsolete
>From 67174d786e77a5234498cd1c2f3c0a937b6b009a Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 9 Oct 2020 00:31:33 +1300 >Subject: [PATCH] Bug 20582 - Turn Koha into a Mojolicious application >Content-Type: text/plain; charset="utf-8" > >fix package builds, by ignoring the following example files... > > etc/koha/apache.conf > etc/koha/nginx.conf >--- > debian/rules | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/debian/rules b/debian/rules >index f922f01..b2fa0a0 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -17,6 +17,8 @@ override_dh_auto_install: > rm $(TMP)/etc/koha/README.txt > rm $(TMP)/etc/koha/SIPconfig.xml > rm $(TMP)/etc/koha/log4perl.conf >+ rm $(TMP)/etc/koha/apache.conf >+ rm $(TMP)/etc/koha/nginx.conf > rm -r $(TMP)/usr/share/koha/doc > rm -r $(TMP)/var/run > rm -r $(TMP)/var/lock >-- >2.1.4
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 20582
:
74173
|
74517
|
74518
|
74519
|
74520
|
79648
|
81687
|
81857
|
82423
|
84526
|
84527
|
84528
|
84529
|
84530
|
84531
|
91009
|
99267
|
103633
|
103720
|
103721
|
109282
|
109283
|
109284
|
109895
|
109896
|
109897
|
109898
|
109899
|
109900
|
111282
|
111315
| 111374