X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/552a2c7d076c106a12009a45c56a5152de658014..13a8b801ba0f0e39bc0af6b8c420857eb111d7c9:/run_branches diff --git a/run_branches b/run_branches index e1d0b9e..8ee1f9f 100755 --- a/run_branches +++ b/run_branches @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl =comment @@ -100,6 +100,7 @@ if (not exists $EximBuild::Conf{auto_update} or $EximBuild::Conf{auto_update}) else { # if we're the merge base, the ff-only should work system('git pull --ff-only') == 0 or die $? >> 8; + say "$0: re-execute after update"; chdir $CALLED{cwd} or die "$0: Can't chdir to $CALLED{cwd}: $!\n"; exec $CALLED{argv0}, @{$CALLED{argv}};