From 38e1d2a15b5d6e1ad0717694df4742d8df59c076 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Mon, 6 Feb 2017 22:30:55 +0100 Subject: [PATCH] Tidy --- build-farm.conf.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-farm.conf.template b/build-farm.conf.template index 819c759..869eedb 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -49,7 +49,7 @@ our %conf =( 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 @@ -62,8 +62,8 @@ our %conf =( 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 @@ -191,7 +191,7 @@ our %conf =( # 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, -- 2.30.2