aptly icon indicating copy to clipboard operation
aptly copied to clipboard

mirror repository without Release file

Open HerrBerg opened this issue 9 years ago • 8 comments

I'd like to mirror the debian repository of sonarqube. With

deb http://downloads.sourceforge.net/project/sonar-pkg/deb binary/

in sources.list apt-get update works fine.

creating a mirror with aptly (v0.9.5) using the command

aptly mirror create -ignore-signatures=true mirror-sonarqube http://downloads.sourceforge.net/project/sonar-pkg/deb binary/

results in an error of receiving the Release file which indeed is not available in this repository.

Is there a way to work around this issue?

HerrBerg avatar Apr 10 '15 08:04 HerrBerg

There has already been some issue around that... this is for flat Debian repositories without Relese. Probably this should be fixed.

smira avatar Apr 10 '15 18:04 smira

I believe that this is addressed by #434.

ffrank avatar Aug 11 '16 16:08 ffrank

It's been a long time since initial discussion, but the problem seems to persist In my case I'm trying to mirror https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 My command is

aptly -config=/app/aptly.json -keyring=/app/trustedkeys.gpg -architectures="amd64" --with-sources mirror create nvidia-docker-ubuntu18.04-amd64 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 ./

Kepler-Br avatar Aug 07 '23 04:08 Kepler-Br