Bugzilla – Attachment 146843 Details for
Bug 32994
Remove compiled files from src (2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32609: Remove compiled files from src
Bug-32609-Remove-compiled-files-from-src.patch (text/plain), 774 bytes, created by
Mason James
on 2023-02-17 13:14:04 UTC
(
hide
)
Description:
Bug 32609: Remove compiled files from src
Filename:
MIME Type:
Creator:
Mason James
Created:
2023-02-17 13:14:04 UTC
Size:
774 bytes
patch
obsolete
>From a763c15f23b6cf1426821b6fbf7929538bb405fb Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Sat, 18 Feb 2023 01:21:16 +1300 >Subject: [PATCH] Bug 32609: Remove compiled files from src > >this patch adds a file that stops dpkg-source from including ./node_modules dir to koha-common.deb package > >to test... > - build a package, note failure > - apply patch > - build a package, note success > >https://bugs.koha-community.org/show_bug.cgi?id=32994 >--- > debian/source/options | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 debian/source/options > >diff --git a/debian/source/options b/debian/source/options >new file mode 100644 >index 0000000000..e0262ae010 >--- /dev/null >+++ b/debian/source/options >@@ -0,0 +1 @@ >+tar-ignore = "node_modules" >-- >2.20.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 32994
:
146840
|
146843
|
146932
|
146933
|
146994
|
146995
|
147106
|
147109
|
147110
|
147129
|
147130