| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | buildfarm-members(at)postgresql(dot)org |
| Subject: | Re: Release 13 of the PostgreSQL BuildFarm client |
| Date: | 2021-08-03 23:18:31 |
| Message-ID: | 7ad25a4e-9465-64c7-2429-4db87bde9b75@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | buildfarm-members pgsql-hackers |
On 8/3/21 4:00 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> I'm planning on issuing a 12.1 release fairly soon with this patch, but
>> as I developed it fairly quickly and through the fog of some painkillers
>> I'd appreciate more eyes on it first :-)
> I tested this on gaur, and it seems to work --- at least, it gets
> through the git checkout step now. (It'll be a few hours before
> the run finishes.)
>
> One nit is that personally I could do without this:
>
> + my $gversion = `git --version`;
> + chomp $gversion;
> + print "$gversion too old to for automatic default branch update\n";
>
> Aside from the message typo, that'll produce useless every-run chatter in
> affected owners' cron logs. I'd probably soon set skip_git_default_check
> to silence it, at which point it might as well not be there.
I'll fix the typo and make it only print the warning in verbose mode, I
hope that will suit. On those machines where you can't update git you
should just set skip_git_default_check.
>
> Thanks for fixing it, though. I wasted a couple of hours last night
> trying to build current git on prairiedog and gaur, with no luck so far.
> I think just blowing away their git repos when the master-branch rename
> happens will be a much more appropriate amount of effort.
>
>
Indeed. I've been down that path before, with similar success.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-08-03 23:32:29 | Re: Release 13 of the PostgreSQL BuildFarm client |
| Previous Message | Tom Lane | 2021-08-03 20:00:00 | Re: Release 13 of the PostgreSQL BuildFarm client |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-08-03 23:32:29 | Re: Release 13 of the PostgreSQL BuildFarm client |
| Previous Message | Bossart, Nathan | 2021-08-03 23:13:26 | Re: make MaxBackends available in _PG_init |