> On 5 Oct 2015, at 01:50, Louis Gesbert <[email protected]> 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 _______________________________________________ opam-devel mailing list [email protected] http://lists.ocaml.org/listinfo/opam-devel
