Bugzilla – Attachment 183622 Details for
Bug 39876
Centralize listing of files from our codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39876: Add build-git-snapshot type resolution
Bug-39876-Add-build-git-snapshot-type-resolution.patch (text/plain), 865 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-06-27 17:28:24 UTC
(
hide
)
Description:
Bug 39876: Add build-git-snapshot type resolution
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-06-27 17:28:24 UTC
Size:
865 bytes
patch
obsolete
>From 5029837944a9dba9cc15e6e118f48512ead00026 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 27 Jun 2025 14:18:14 -0300 >Subject: [PATCH] Bug 39876: Add build-git-snapshot type resolution > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Devel/Files.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Devel/Files.pm b/Koha/Devel/Files.pm >index d23d54a1759..e052f0135bc 100644 >--- a/Koha/Devel/Files.pm >+++ b/Koha/Devel/Files.pm >@@ -179,6 +179,7 @@ sub get_filetype { > return 'pl' if $file =~ m{^svc} || $file =~ m{^opac/svc}; > return 'pl' if $file =~ m{\.pl$} || $file =~ m{\.pm} || $file =~ m{\.t$}; > return 'pl' if $file =~ m{\.PL$}; >+ return 'pl' if $file =~ m{^debian/build-git-snapshot$}; > > return 'js' if $file =~ m{\.js$} || $file =~ m{\.ts$} || $file =~ m{\.vue$}; > >-- >2.50.0
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 39876
:
182305
|
182306
|
182307
|
182344
|
182345
|
182346
|
182354
|
182380
|
182381
|
182382
|
182417
|
182461
|
183618
|
183619
|
183620
|
183621
|
183622
|
183623
|
183625