Bugzilla – Attachment 179239 Details for
Bug 39115
Tidy script should list the files we do not want to tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39115: get_tt_files should exclude dirs from tt, not js
Bug-39115-getttfiles-should-exclude-dirs-from-tt-n.patch (text/plain), 808 bytes, created by
Jonathan Druart
on 2025-03-13 09:03:59 UTC
(
hide
)
Description:
Bug 39115: get_tt_files should exclude dirs from tt, not js
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-13 09:03:59 UTC
Size:
808 bytes
patch
obsolete
>From 521fc08c3a093c511328f248813d8c720a17383e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 13 Mar 2025 10:03:35 +0100 >Subject: [PATCH] Bug 39115: get_tt_files should exclude dirs from tt, not js > >Silly copy/paste error >--- > misc/devel/tidy.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/devel/tidy.pl b/misc/devel/tidy.pl >index 5d78d9b7ecb..57692eba57e 100755 >--- a/misc/devel/tidy.pl >+++ b/misc/devel/tidy.pl >@@ -157,7 +157,7 @@ sub get_js_files { > } > > sub get_tt_files { >- my $cmd = sprintf q{git ls-files '*.tt' '*.inc' %s}, build_git_exclude('js'); >+ my $cmd = sprintf q{git ls-files '*.tt' '*.inc' %s}, build_git_exclude('tt'); > my @files = qx{$cmd}; > chomp for @files; > return @files; >-- >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 39115
:
177971
|
177972
|
177979
|
177980
|
177984
|
177985
|
178003
|
178017
|
178048
|
178049
|
178050
|
178051
|
178052
|
178053
|
178108
|
178109
|
178110
|
178111
|
178112
|
178113
|
178127
| 179239