# replacement must have the same effect
# must be absolute, can be either Unix or Windows style for MSVC
tar_log_cmd => undef,
+ # If running multiple animals, an explicit common directory for
+ # the lockfile so that runs do not conflict. Otherwise, leave unset.
+ global_lock_dir => '/home/farm',
# this directory must exist before anything will work
build_root => '/home/farm/buildfarm',
# set true to do vpath builds
die "need one of --run-all and --run-one"
unless ($run_all || $run_one);
+# common mistake
+die "need group searchable homedir"
+ unless (stat($ENV{HOME}) & 0550 == 0550);
+
# set up a "branch" variable for processing the config file
use vars qw($branch);
$branch = 'global';