From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
Cc: | buildfarm-members(at)postgresql(dot)org |
Subject: | Re: Announcing Release 6 of PostgreSQL Buildfarm client |
Date: | 2018-01-04 17:35:12 |
Message-ID: | 8725.1515087312@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members pgsql-hackers |
Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
> PostgreSQL Buildfarm client Release 6 is now available and can be
> downloaded from
> <https://buildfarm.postgresql.org/downloads/releases/build-farm-6.tgz>
This seems to have gotten much chattier than previous versions;
it's emitting routine messages on stdout (or possibly stderr)
like this:
Thu Jan 4 12:29:02 2018: buildfarm run for longfin:REL9_3_STABLE starting
[12:29:02] checking out source ...
[12:29:07] checking if build run needed ...
[12:29:07] No build required: last status = Wed Jan 3 20:39:01 2018 GMT, current snapshot = Wed Jan 3 20:34:21 2018 GMT, changed files = 0
Thu Jan 4 12:29:07 2018: buildfarm run for longfin:REL9_4_STABLE starting
[12:29:08] checking out source ...
[12:29:09] checking if build run needed ...
[12:29:10] No build required: last status = Wed Jan 3 20:49:41 2018 GMT, current snapshot = Wed Jan 3 20:34:02 2018 GMT, changed files = 0
Thu Jan 4 12:29:10 2018: buildfarm run for longfin:REL9_5_STABLE starting
[12:29:10] checking out source ...
[12:29:12] checking if build run needed ...
[12:29:12] No build required: last status = Wed Jan 3 21:06:41 2018 GMT, current snapshot = Wed Jan 3 20:39:59 2018 GMT, changed files = 0
Thu Jan 4 12:29:12 2018: buildfarm run for longfin:REL9_6_STABLE starting
[12:29:12] checking out source ...
[12:29:15] checking if build run needed ...
[12:29:15] No build required: last status = Wed Jan 3 22:39:18 2018 GMT, current snapshot = Wed Jan 3 21:16:43 2018 GMT, changed files = 0
Thu Jan 4 12:29:15 2018: buildfarm run for longfin:REL_10_STABLE starting
[12:29:15] checking out source ...
[12:29:18] checking if build run needed ...
[12:29:18] No build required: last status = Wed Jan 3 21:47:10 2018 GMT, current snapshot = Wed Jan 3 21:22:35 2018 GMT, changed files = 0
Thu Jan 4 12:29:18 2018: buildfarm run for longfin:HEAD starting
[12:29:18] checking out source ...
[12:29:21] checking if build run needed ...
[12:29:21] No build required: last status = Thu Jan 4 16:59:05 2018 GMT, current snapshot = Thu Jan 4 15:34:41 2018 GMT, changed files = 0
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?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-01-04 17:51:53 | Re: Announcing Release 6 of PostgreSQL Buildfarm client |
Previous Message | Andrew Dunstan | 2018-01-04 16:27:46 | Announcing Release 6 of PostgreSQL Buildfarm client |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2018-01-04 17:38:16 | Re: [HACKERS] MERGE SQL Statement for PG11 |
Previous Message | Robert Haas | 2018-01-04 17:29:58 | Re: [HACKERS] MERGE SQL Statement for PG11 |