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 1kS5Mn-00047g-QR for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 12 Oct 2020 21:28:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kS5Mm-0002ZO-Nj for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 12 Oct 2020 21:28:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kS5Mm-0002ZH-JB for pgsql-pkg-debian@lists.postgresql.org; Mon, 12 Oct 2020 21:28:24 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kS5Mj-0005yQ-LT for pgsql-pkg-debian@postgresql.org; Mon, 12 Oct 2020 21:28:24 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:b1d7:680f:48c4:eccb]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4C9BcM2Qpwz3F0n; Mon, 12 Oct 2020 23:28:19 +0200 (CEST) Date: Mon, 12 Oct 2020 23:28:18 +0200 From: Christoph Berg To: "David E. Wheeler" Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Update Old Version Public Keys? Message-ID: <20201012212818.GC719127@msg.df7cb.de> Mail-Followup-To: Christoph Berg , "David E. Wheeler" , pgsql-pkg-debian@postgresql.org References: <522ED40C-C3D6-4BA8-B88D-45C7EB74F9C7@justatheory.com> <20200608142813.GG2654726@msg.df7cb.de> <20200614152851.GA4144@msg.df7cb.de> <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> <2DB83370-B525-4DE7-B65C-7F5C9A9F03E2@justatheory.com> <60B54CDC-F51B-405B-BEBB-0EEB46912D43@justatheory.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60B54CDC-F51B-405B-BEBB-0EEB46912D43@justatheory.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: David E. Wheeler > > Okay, I changed it to: > > > > ``` > > ADD https://salsa.debian.org/postgresql/postgresql-common/-/raw/master/pgdg/apt.postgresql.org.sh /usr/local/bin/ > Hello gang. I tried this again today, now that 13.0 is out, and get the same errors. Do I need to do something different than I did for 12 and earlier? Example: > > https://github.com/theory/pg-semver/runs/1239421317 | + apt.postgresql.org.sh -p -v 13 | This script will enable the PostgreSQL APT repository on apt.postgresql.org on | your system. The distribution codename used will be buster-pgdg-testing. Is that the latest version of the apt.postgresql.org.sh script? It should only use "-testing" when passed -t. Christoph