public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bradford Boyle <[email protected]>
To: James Coleman <[email protected]>
Cc: [email protected]
Subject: Re: Download failures on apt archive
Date: Thu, 18 May 2023 09:48:21 -0700
Message-ID: <CAOMoQbTRacJcoUdvsvBn-TE=+5Nu14kA1vB5zMpgDLjCHJC6RQ@mail.gmail.com> (raw)
In-Reply-To: <CAAaqYe9DM=c-JRt=JWDSERJCDgDoZbt4hV3yJWYNsPAPpvTzDA@mail.gmail.com>
References: <CAAaqYe9DM=c-JRt=JWDSERJCDgDoZbt4hV3yJWYNsPAPpvTzDA@mail.gmail.com>

Hi James,

apt-archive.p.o is hosted via an AWS S3 bucket which doesn't include/generate
index lists (e.g, index.html) which is why [1] doesn't work. If you are
familiar with the structure of Debian repos, you can view the repo's index by
browsing the appropriate files directly. For example,

https://apt-archive.postgresql.org/pub/repos/apt/dists/${DISTRIBUTION}-pgdg-archive/InRelease

where distribution is bullseye, focal, etc. The "InRelease" file will contain
paths for various "Packages" files. You can view the list of packages by
replacing "InRelease" with the appropraite package path. For example

https://apt-archive.postgresql.org/pub/repos/apt/dists/${DISTRIBUTION}-pgdg-archive/main/binary-amd64/Packages

Using this, we can see why [2] isn't working for you -- there is no libpq-dev
in bullseye-pgdg-archive, the package is libpq5-dev.

Hope this helps somewhat.

--Bradford





view thread (7+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: Download failures on apt archive
  In-Reply-To: <CAOMoQbTRacJcoUdvsvBn-TE=+5Nu14kA1vB5zMpgDLjCHJC6RQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox