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 1poPTN-0006Md-UC for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Apr 2023 14:04:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1poPTM-0001zQ-RP for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 17 Apr 2023 14:04:48 +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 1poPTM-0001zH-L3 for pgsql-pkg-debian@lists.postgresql.org; Mon, 17 Apr 2023 14:04:48 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1poPTK-000KKD-2h for pgsql-pkg-debian@postgresql.org; Mon, 17 Apr 2023 14:04:47 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:2ae7:2867:64d8:87dc]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Q0TMH37fWz3F3H; Mon, 17 Apr 2023 16:04:43 +0200 (CEST) Date: Mon, 17 Apr 2023 16:04:42 +0200 From: Christoph Berg To: David Steele Cc: pgsql-pkg-debian@postgresql.org Subject: Re: PG16 test packages? Message-ID: Mail-Followup-To: Christoph Berg , David Steele , pgsql-pkg-debian@postgresql.org References: <240a61fe-b90a-8f59-61d8-2094b2557e75@pgmasters.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <240a61fe-b90a-8f59-61d8-2094b2557e75@pgmasters.net> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: David Steele > Seems like -testing was available about this time last year since we > committed PG15 support on May 4. Am I missing something? Until some time last year, postgresql-devel was a special build job in our Jenkins for building snapshots. Now all packages have grown that ability, and the binaries from that are in the *-pgdg-snapshot suites. Christoph