X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/e821a6475c789ea2c49ee8eb780c9c8c6302fc6f..34e7f3555072b6ac03fca1d9715909dc093f8a36:/run_build diff --git a/run_build b/run_build index d2de73f..2212415 100755 --- a/run_build +++ b/run_build @@ -32,7 +32,7 @@ See accompanying License file for license details ################################################### -use vars qw($VERSION); $VERSION = 'REL_0.1'; +our $VERSION = 'REL_0.1'; use strict; use warnings; @@ -83,6 +83,8 @@ if ($0 =~ /(.*)\.pl$/) { exec $1, @ARGV; } +die "$0: please use an umask of 022\n" + if umask > 022; my %module_hooks; my $orig_dir = getcwd(); @@ -153,6 +155,18 @@ print_help() if ($help); # process config file # require $buildconf; +#use Data::Dumper; +#die Dumper \%EximBuild::conf; + +# some basic checks +die "$0: need read/write permissions on '$EximBuild::conf{global_lock_dir}': $!\n" + if not -r -w $EximBuild::conf{global_lock_dir}; + +# Does not seem to be necessary +#die "$0: permissions on '$EximBuild::conf{build_root}' should be >= 0775\n" +# if -d $EximBuild::conf{build_root} +# and ((stat $EximBuild::conf{build_root})[2] & 0775) != 0775; + # get the config data into some local variables my (