public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Andrew Dunstan <[email protected]>
Cc: [email protected]
Subject: Re: Announcing Release 6 of PostgreSQL Buildfarm client
Date: Thu, 04 Jan 2018 12:51:53 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
I wrote:
> which means I get mail every time the cron script runs. Needless
> to say, that will not do. Previously, mail only showed up when
> there was a git checkout failure. How do I get back to the
> old behavior?
Diff'ing the v5 and v6 releases soon provided the answer: for some
reason v6 is forcing the verbose switch on. I hope that was
unintentional? Anyway, I'm happy again after applying this patch:
--- PGBuild/Options.pm~ 2018-01-04 08:38:29.000000000 -0500
+++ PGBuild/Options.pm 2018-01-04 12:40:14.000000000 -0500
@@ -78,8 +78,6 @@
GetOptions(%standard_options, @_)
|| die "bad command line";
- # override GetOptions default for :i
- $verbose = 1 if (defined($verbose) && $verbose==0);
$verbose ||= 0; # stop complaints about undefined var in numeric comparison
}
regards, tom lane
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Announcing Release 6 of PostgreSQL Buildfarm client
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox