Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cQFUZ-0002WZ-OM for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 15:34:43 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cQFUY-0002iK-NO for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 15:34:42 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cQFUV-0002ac-Ca for buildfarm-members@postgresql.org; Sun, 08 Jan 2017 15:34:39 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cQFUS-0007QM-NC for buildfarm-members@postgresql.org; Sun, 08 Jan 2017 15:34:38 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id v08FYX4W014803; Sun, 8 Jan 2017 10:34:34 -0500 From: Tom Lane To: David Fetter cc: buildfarm-members@postgresql.org Subject: Re: Moving to HTTPS In-reply-to: <20170108060140.GA27033@fetter.org> References: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> <20170107215523.GA294152@tornado.leadboat.com> <96080bc2-086f-c47f-6cee-b7f00a9bcd38@2ndQuadrant.com> <3104.1483834327@sss.pgh.pa.us> <20170108060140.GA27033@fetter.org> Comments: In-reply-to David Fetter message dated "Sat, 07 Jan 2017 22:01:40 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14801.1483889673.1@sss.pgh.pa.us> Date: Sun, 08 Jan 2017 10:34:33 -0500 Message-ID: <14802.1483889673@sss.pgh.pa.us> X-Pg-Spam-Score: -5.1 (-----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: buildfarm-members Precedence: bulk Sender: buildfarm-members-owner@postgresql.org David Fetter writes: > On Sat, Jan 07, 2017 at 07:12:07PM -0500, Tom Lane wrote: >> I could embark on a massive update binge, but that would sort of defeat >> the purpose of testing against old Perl versions. Thoughts? > You could use install a more modern Perl version just for the > buildfarm client while keeping the system perl marooned however far in > the past we promise to support. Don't know just how painful that is > on those machines... Yeah, I was thinking about the same: build a modern perl somewhere off to the side (not in the normal PATH) and run the buildfarm script using that while the build per se continues to use the system Perl. The pain here is going to mostly come from the buildfarm script itself, I'm afraid. One thing I noticed right away is it's got /usr/bin/perl hardwired into all its shebang lines. Don't know what other gotchas there are. regards, tom lane -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members