Bugzilla – Attachment 147129 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 32994: Remove compiled files from src (2)
Bug-32994-Remove-compiled-files-from-src-2.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-22 12:00:35 UTC
(
hide
)
Description:
Bug 32994: Remove compiled files from src (2)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-22 12:00:35 UTC
Size:
1.05 KB
patch
obsolete
>From e64180d3f29922575b3dc583e0185c3913520968 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 32994: Remove compiled files from src (2) > >this patch adds 2 files that stops dpkg-source from including ./node_modules dir into koha-common.deb package > >to test... > - build a package, note failure > - apply patch > - build a package, note success > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/clean | 1 + > debian/source/options | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 debian/clean > create mode 100644 debian/source/options > >diff --git a/debian/clean b/debian/clean >new file mode 100644 >index 00000000000..c2658d7d1b3 >--- /dev/null >+++ b/debian/clean >@@ -0,0 +1 @@ >+node_modules/ >diff --git a/debian/source/options b/debian/source/options >new file mode 100644 >index 00000000000..e0262ae0102 >--- /dev/null >+++ b/debian/source/options >@@ -0,0 +1 @@ >+tar-ignore = "node_modules" >-- >2.34.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