The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

brewbuild.conf - Optional configuration file for the Test::BrewBuild build system.

DESCRIPTION

By default, an example brewbuild.conf-dist configuration file is copied into ~/brewbuild directory upon installation.

To use a configuration file, copy the brewbuild.conf-dist file to brewbuild.conf within the same directory, and edit it accordingly.

Command line arguments will override whatever configuration you have in the config file.

SECTIONS

[dispatch]

Configuration for the dispatcher, Test::BrewBuild::Dispatch.

testers

A comma delimited list of test servers to dispatch to. Example:

    testers = 127.0.0.1, 10.5.5.5:9999

cmd

The brewbuild command string you want to use as default. Example:

    cmd = brewbuild -r -R -d 7

repo

The repo to default to. If not specified here or at the command-line, we'll default to looking for a repository in your current working directory. Example:

    repo = https://github.com/stevieb9/pt-test-brewbuild

[tester]

Configuration for the tester Test::BrewBuild::Tester.

ip

Specify the IP address you want your tester to listen on. Example:

    ip = 127.0.0.1

port

Which port should your tester listen on? Example:

    port = 9999