Bugzilla – Attachment 183854 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: Make build-git-snapshot pass codespell
Bug-39876-Make-build-git-snapshot-pass-codespell.patch (text/plain), 1.12 KB, created by
Jonathan Druart
on 2025-07-08 09:10:40 UTC
(
hide
)
Description:
Bug 39876: Make build-git-snapshot pass codespell
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-08 09:10:40 UTC
Size:
1.12 KB
patch
obsolete
>From fcb6204c7969033423784548b298afdccccbdb4c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 Jul 2025 11:10:09 +0200 >Subject: [PATCH] Bug 39876: Make build-git-snapshot pass codespell > >--- > debian/build-git-snapshot | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot >index e18dec80000..a426507fef2 100755 >--- a/debian/build-git-snapshot >+++ b/debian/build-git-snapshot >@@ -101,7 +101,7 @@ sub help_and_exit { > } > print <<EOH; > This builds Koha deb packages, from a git snapshot. It's not suitable for >-making upstreamable verions, but handy for your own local packages. >+making upstreamable versions, but handy for your own local packages. > > Options: > --buildresult, -r >@@ -163,7 +163,7 @@ sub build_package { > sys_command_output_screen("pdebuild --debbuildopts -sa $pdebuildbasetgz $pdebuildopts"); > } > >-everything_is_committed() or die "cannot build: uncommited changes"; >+everything_is_committed() or die "cannot build: uncommitted changes"; > > my $newversion = > $auto_version >-- >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 39876
:
182305
|
182306
|
182307
|
182344
|
182345
|
182346
|
182354
|
182380
|
182381
|
182382
|
182417
|
182461
|
183618
|
183619
|
183620
|
183621
|
183622
|
183623
|
183625
| 183854