git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
38e1d2a
)
Quieten normal-run output to cut down on mail from cron
author
Jeremy Harris
<jgh@wizmail.org>
Sun, 26 Feb 2017 19:43:35 +0000
(19:43 +0000)
committer
Jeremy Harris
<jgh@wizmail.org>
Sun, 26 Feb 2017 19:43:35 +0000
(19:43 +0000)
run_branches
patch
|
blob
|
history
diff --git
a/run_branches
b/run_branches
index 429b02e09c9dda5140a71e4ef83cdb03b448934a..1ef72e544fed48d52646825e0f04ae0167c0b15b 100755
(executable)
--- a/
run_branches
+++ b/
run_branches
@@
-40,7
+40,7
@@
my %CALLED = (
argv => [@ARGV], # get a copy!
);
chdir $RealBin or die "$0: Can't chdir to '$RealBin': $!\n";
-say "Changed working directory to '$RealBin'" if -t;
+
#
say "Changed working directory to '$RealBin'" if -t;
my %branch_last;
my $run_build = './run_build';