Skip to content
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Aug 22, 2023 · 3 revisions

If you have a big bunch of default options, you can define them all in the preferences file ($HOME/.config/rpmbuilder/rpmbuilder.conf).

Add options supported by rpmbuilder to this file. Use a colon (:) as a separator for option name and value.

Example:

# File with build nodes
remote: ~/builders.list

# Path to private key
key: ~/.ssh/terra-farm

# We'd like to use only perfect spec files
perfect: true

# Run build in parallel
parallel: true
Clone this wiki locally