MantisBT: master d2add93a

Author Committer Branch Timestamp Parent
dregad dregad master 2026-07-12 11:06 master 2a348bdc
Affected Issues  0037304: Build scripts: abort execution when an external command fails
Changeset

Call subprocess.run to build manuals

With check=True, an exception is thrown if the command fails, allowing
error handling.

This required adapting the command from string to list so it can be
called without initializing a shell.

Fixes 0037304

mod - build/buildrelease-repo.py Diff File
mod - build/buildrelease.py Diff File