Bugzilla – Attachment 146933 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), 943 bytes, created by
Mason James
on 2023-02-19 03:01:47 UTC
(
hide
)
Description:
Bug 32994: Remove compiled files from src (2)
Filename:
MIME Type:
Creator:
Mason James
Created:
2023-02-19 03:01:47 UTC
Size:
943 bytes
patch
obsolete
>From 44f7dc92bb9495b7d3ac4f55c265f4598995e182 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 >--- > 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 0000000000..c2658d7d1b >--- /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 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