Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pBnoh-0001cS-GD for buildfarm-members@arkaria.postgresql.org; Sun, 01 Jan 2023 02:11:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pBnog-0003Fi-DD for buildfarm-members@arkaria.postgresql.org; Sun, 01 Jan 2023 02:11:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pBnog-0003FU-7d; Sun, 01 Jan 2023 02:11:14 +0000 Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pBnoc-0007Mh-Jl; Sun, 01 Jan 2023 02:11:13 +0000 Received: (Authenticated sender: adsend@dunslane.net) by mail.gandi.net (Postfix) with ESMTPSA id 2A3FBC0002; Sun, 1 Jan 2023 02:11:05 +0000 (UTC) Message-ID: <4c64a49e-fa1a-f1a0-58bf-f432ad327751@dunslane.net> Date: Sat, 31 Dec 2022 21:11:04 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Announcing Release 15 of the PostgreSQL Buildfarm client Content-Language: en-US To: Noah Misch Cc: buildfarm-members@lists.postgresql.org, PostgreSQL Hackers References: <20230101015551.GA1597914@rfd.leadboat.com> From: Andrew Dunstan In-Reply-To: <20230101015551.GA1597914@rfd.leadboat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-12-31 Sa 20:55, Noah Misch wrote: > 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? I didn't realize there were animals left other than mine which had this issue. I asked the admins some weeks ago to fix this (I don't have privilege to do so), but have not had a response yet. The temporary workaround is to use a list of named branches, e.g. instead of 'ALL' use [qw(REL_11_STABLE REL_12_STABLE REL_13_STABLE REL_14_STABLE REL_15_STABLE HEAD)] cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com