X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/ba4b9ad3440320555f8e5620a74680b1cd153a37..b0b4b1f1eefe6f7c51f6b6891f4c79c0d49ff005:/run_build.pl diff --git a/run_build.pl b/run_build.pl index 2171231..9e68d8d 100755 --- a/run_build.pl +++ b/run_build.pl @@ -767,9 +767,9 @@ sub check_optional_step &&grep {$_ eq $wday} @{$oconf->{dow}}); my $last_step = $last_status = find_last("$step") || 0; - - return undef unless ($forcerun || - time >$last_step + (3600 * $oconf->{min_hours_since})); + ## If made it *to* these optional steps, we just run them and reset last time + #return undef unless ($forcerun || + # time >$last_step + (3600 * $oconf->{min_hours_since})); set_last("$step") unless $nostatus; return 1;