Bug 39110 - Auto-rebase script is slow
Summary: Auto-rebase script is slow
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 38664
Blocks:
  Show dependency treegraph
 
Reported: 2025-02-12 15:41 UTC by Jonathan Druart
Modified: 2025-02-12 15:41 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-02-12 15:41:49 UTC
It loops over the files and call tidy.pl on each of them.

tidy.pl can take a list of files in parameters, then tidy is run in parallel.

It would be more effective, but not sure it is worth to spend too much time on this script.

Only logging the issue, I don't plan to work on this.