[opam-devel] distfiles for ocaml.janestreet.com need an SSL upgrade
Anil Madhavapeddy
anil at recoil.org
Mon Oct 5 08:08:07 BST 2015
> On 5 Oct 2015, at 01:50, Louis Gesbert <louis.gesbert at ocamlpro.com> wrote:
>
>> Louis, this manifests as a hard-to-debug error, since the curl command line
>> doesn't seem to get output anywhere (even when using OPAMDEBUG=1). Is there
>> some other way than modifying the OPAM source code to see all the commands
>> that are being shelled out?
>
> Yes: download commands are printed with `-vv`, all commands with `-vvv`. This is because you are generally most interested in build commands ; might lack documentation though, I will check.
It's documented in `opam --help` under the verbose flag. Just need to set OPAMVERBOSE=3 to get the desire output. Thanks!
-anil
More information about the opam-devel
mailing list