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 1pzIrB-0004Q6-Cs for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 17 May 2023 15:14: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 1pzIrA-00014h-C5 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 17 May 2023 15:14:24 +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 1pzIrA-00013j-5W for pgsql-pkg-debian@lists.postgresql.org; Wed, 17 May 2023 15:14:24 +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 1pzIr3-000KMP-E7 for pgsql-pkg-debian@lists.postgresql.org; Wed, 17 May 2023 15:14:22 +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 4QLxTg1xYNz3F0r; Wed, 17 May 2023 17:14:15 +0200 (CEST) Date: Wed, 17 May 2023 17:14:14 +0200 From: Christoph Berg To: James Coleman Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Postgres 15.2 packages missing Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: James Coleman > Thanks. I had a vague memory of something like that, but then when I > saw the 15.0 and 15.1 packages I assumed I'd remembered incorrectly. > > What's the reasoning for maintaining only the newest point release in the repo? Mostly that reprepro that doesn't support it, unfortunately. It's still the best repo managing software around. We might have a look at "aptly", but its command line interface is somewhat weird and possibly not an improvement. Thanks for spotting the inconsistency, I managed to clean up the debris in there. The extra packages in there were mostly from old packages built while the distribution in question was still in development itself, so this wasn't even usable as a general wayback machine. apt-archive.postgresql.org is automatically kept up to date and receives all packages with a delay of one day. Christoph