Allow specifying an output file name in single mode

Created on 30 August 2022, over 2 years ago
Updated 28 April 2024, 8 months ago

Problem/Motivation

In our own projects we're running translation extraction for ~150 projects. We can do this in parallel since this is basically static analysis. The problem is that the output location for each POTX process is currently hardcoded to be general.pot which means that the parallel processes trample eachothers output.

Steps to reproduce

Proposed resolution

Allow specifying the output filename in single mode as an option. This allows each process to write to a separate file so that everything can indeed be implemented.

Remaining tasks

User interface changes

Added --output-file option, only respected in "single" mode, "general" by default.

API changes

Data model changes

Feature request
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

🇳🇱Netherlands kingdutch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024