Using opam admin cache with opam master (3def1a6 with a few extra fixes) shows quite a lot of urls being replaced by (https://). For instance:
$ opam admin cache ~/.cache/opam
[...]
[graphics.4.06.1] synchronised (https://)
[pa_test.109.45.00] synchronised (https://ocaml.janestreet.com/ocaml-core/109.45.00/individual/pa_test-109.45.00.tar.gz)
[lablgtk3.0.beta2] synchronised (https://download.ocamlcore.org/lablgtk/Lablgtk3/3.0.beta2/lablgtk-3.0.beta2.tar.gz)
[alcotest.1.1.0] synchronised (https://)
[osx-acl.0.1.0] synchronised (https://github.com/dsheets/ocaml-osx-acl/archive/0.1.0.tar.gz)
[ppxx.1.1.0] synchronised (https://bitbucket.org/camlspotter/ppxx/get/1.1.0.tar.gz)
[jupyter-archimedes.2.3.2] synchronised (https://)
[...]
If this means that the archive has already been downloaded previously, could we get a more explicit log message?
Using
opam admin cachewith opam master (3def1a6 with a few extra fixes) shows quite a lot of urls being replaced by(https://). For instance:If this means that the archive has already been downloaded previously, could we get a more explicit log message?