keep_error_builds => 0,
# Linux style, use "*.core" for BSD
- core_file_glob => "core*",
+ core_file_glob => 'core*',
# Note about HTTPS: HTTPS support is experimental. For a
# limited time you may try to use HTTP, in case HTTPS doesn't
upgrade_target => 'https://buildfarm.exim.org/cgi-bin/upgrade.pl',
# Your host alias and password in the BuildFarm
- animal => "alias_assigned_by_build_team",
- secret => "secret_assigned_by_build_team",
+ animal => 'alias_assigned_by_build_team',
+ secret => 'secret_assigned_by_build_team',
# allow automatic updates of the buildfarm client code.
# Leave it *unset* to get the default behaviour, set it
# the group of the exim user as a secondary group. Example:
# user=>farm, group=>farm, secondary_groups=>exim
# user=>exim, group=>exim
- master_exim_user => "exim",
+ master_exim_user => 'exim',
# Range of tests to run if enable make_test in optional steps.
# Start with just a couple while getting the aminal set up,