Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vE7x4-005sFm-H1 for pgsql-www@arkaria.postgresql.org; Wed, 29 Oct 2025 15:19:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1vE7x1-001krp-RV for pgsql-www@arkaria.postgresql.org; Wed, 29 Oct 2025 15:19:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vE7x1-001krh-LD for pgsql-www@lists.postgresql.org; Wed, 29 Oct 2025 15:19:02 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vE7wx-004u9W-32 for pgsql-www@postgresql.org; Wed, 29 Oct 2025 15:19:02 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 59TFIu6c2749267; Wed, 29 Oct 2025 11:18:56 -0400 From: Tom Lane To: Adrian Klaver cc: =?UTF-8?Q?Sch=C3=BCrmann=2C_Lukas?= , "pgsql-www@postgresql.org" Subject: Re: Files not reachable in Git-Repos In-reply-to: <5ae9132c-9ce6-49b0-85e9-6402cdb9501d@aklaver.com> References: <1b3a062d-e98f-4985-a8f0-0bdd0f80fdd2@aklaver.com> <5ae9132c-9ce6-49b0-85e9-6402cdb9501d@aklaver.com> Comments: In-reply-to Adrian Klaver message dated "Wed, 29 Oct 2025 08:09:30 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2749265.1761751136.1@sss.pgh.pa.us> Date: Wed, 29 Oct 2025 11:18:56 -0400 Message-ID: <2749266.1761751136@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Adrian Klaver writes: > I just realized this will not work for you as you want files from here: > https://git.postgresql.org/gitweb/?p=pgrpms.git;a=summary > and that is not mirrored. "git clone" is your friend. Keep a local copy instead of relying on someone else's. regards, tom lane