Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f0FWQ-00088x-VU for buildfarm-members@arkaria.postgresql.org; Sun, 25 Mar 2018 23:57:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f0FWO-0007us-50 for buildfarm-members@arkaria.postgresql.org; Sun, 25 Mar 2018 23:57:56 +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.89) (envelope-from ) id 1f0FWN-0007ui-My for buildfarm-members@lists.postgresql.org; Sun, 25 Mar 2018 23:57:55 +0000 Received: from mail-it0-x242.google.com ([2607:f8b0:4001:c0b::242]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f0FWJ-0006Dt-TW for buildfarm-members@postgresql.org; Sun, 25 Mar 2018 23:57:54 +0000 Received: by mail-it0-x242.google.com with SMTP id y20-v6so8550796itc.5 for ; Sun, 25 Mar 2018 16:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=J11baQW9Bf409BEgzvFeTMV2Ra4Uk4nVInKaVEzl24A=; b=Bo64jakBKNeN6cIx1/mn9fCGvoSFTtiuphbFF329atnma2vrK/XaCTmujfv+1g/USl kUzCK7/jA8TGVa1tT1BNa3x3tDjKGd7L/McR/JealMuKnN4Ss9u3ZEj1VWt8L382xTCc 36F7WDTyUf5RjPaMyZiJqgsfjkTjna/bSZqOe3PAyIOVho1eyoqGq7Om8hR0+VqpfIoZ SNKXxcFSH25C1JzZuCRXRqXXiNHIk2xd50qlVqUlNfnggoGJvP1Ewbfm9oSZwrHtsiVW J4sUYL5P86E7zSAzS/z7JazjxUxFiDS/P2m8k9B5TZG2Bb80N/pFSt/ZexJzsKp3SXaI VW0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=J11baQW9Bf409BEgzvFeTMV2Ra4Uk4nVInKaVEzl24A=; b=YX7Xt2paPQyoX/I8COtFAtnOEDBHRMFjsZtwsHeOpCgJezh/KTelfWcugYiDrpUH/L Mpt7OKWAt12xfYHJ2yTEtxmRJX8I95r1e1eb0ZJmUOU8g+YPrba3/tW24/uJFqkDYL6v gJ2Up7g8zRES0Uhb9zX0q++58Nb8T64fcvNLzdoD8lN2cNuvmkQLUDJJ/VWuvuVG1rN+ fTADDTo9sdfTuGRJU8kx/ci06WB+DDNwqVzR/ukz2OA9QV6HWUhjdXLpQX6p3ID2YHVL /CUIVA7zqEfO55FN1lgZuL7d9++OsIAzduJVQnhBKc+FBOmR5Qr0YQeJdY91hRAbLgWW 1tJA== X-Gm-Message-State: AElRT7HIHPhLCOV2Re8L38nHiPedlYhEphyKxGhE3rKV6IDtu+qlBESK lVWLgoQPlGXOtOZqGmvM4w57l3Zgz4qCza2dHKbvf0o= X-Google-Smtp-Source: AIpwx4/jiBwy+Zao920Yj1eUVIrDort/IwbaG3C+ZAlQLbiRkwkXowo37X5HyUHKHaf3tMV8EhcArOBg0EFBWeDoOzM= X-Received: by 2002:a24:d3cd:: with SMTP id n196-v6mr2369636itg.123.1522022270292; Sun, 25 Mar 2018 16:57:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.168.13 with HTTP; Sun, 25 Mar 2018 16:57:49 -0700 (PDT) From: Andrew Dunstan Date: Mon, 26 Mar 2018 10:27:49 +1030 Message-ID: Subject: Buildfarm client release 7 To: buildfarm-members@postgresql.org, PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk I have just released version 7 of the PostgreSQL Buildfarm client. As well as a few fairly minor bug fixes, it contains the following features: . skip doing the pg_upgrade test in the TestUpgrade module if TAP tests are configured and there is a src/bin/pg_upgrade/t directory . add a --check-warnings command line flag that checks for warnings as well as errors in "make" steps and reports an error if it finds any . improve log file pickup for error detection in cross-version pg_upgrade checks. . improve error messages if required https protocol support is missing. The release is available at cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services