fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 33 forks source link

opam lint warning #17

Closed samoht closed 8 years ago

samoht commented 8 years ago

I see these warnings when running the installed opam on a valid opam file (with a dev-repo field ending by .git):

Errors found in C:/projects/ocaml-ci-scripts/opam:
            error 42: The 'dev-repo' field doesn't use version control. You may
              use URLs of the form "git+https://" or a ".hg" or ".git" suffix

I know these were present in some dev versions of opam but should now be fixed. Would it be possible to use a fixed version?

fdopen commented 8 years ago

Ok, I've updated opam32.tar.xz and opam64.tar.xz. I think it was fixed with https://github.com/ocaml/opam/commit/5552f677b158387fe3c994aa31daa9e9a2be5e29 . If this doesn't solve your issue, please link an opam file.

samoht commented 8 years ago

Seems to work fine now, thanks for the quick reaction!