Re: Announcing Release 6 of PostgreSQL Buildfarm client

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Announcing Release 6 of PostgreSQL Buildfarm client
Дата
Msg-id 9420.1515088313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Announcing Release 6 of PostgreSQL Buildfarm client  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Announcing Release 6 of PostgreSQL Buildfarm client  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: Announcing Release 6 of PostgreSQL Buildfarm client  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: Announcing Release 6 of PostgreSQL Buildfarm client  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список buildfarm-members
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


В списке buildfarm-members по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Announcing Release 6 of PostgreSQL Buildfarm client
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Announcing Release 6 of PostgreSQL Buildfarm client