On Sat, Dec 31, 2022 at 10:02:32AM -0500, Andrew Dunstan wrote: > * check if a branch is up to date before trying to run it > This only applies if the |branches_to_build| setting is a keyword > rather than a list of branches. It reduces the number of useless > calls to |git pull| to almost zero.
This new reliance on buildfarm.postgresql.org/branches_of_interest.json is trouble for non-SSL buildfarm animals. http://buildfarm.postgresql.org/branches_of_interest.txt has an exemption to allow serving over plain http, but the json URL just redirects the client to https. Can the json file get the same exemption-from-redirect that the txt file has?