Closed mseri closed 2 years ago
Hello,
The command:
curl --verbose https://github.com/ocsigen/ocsigenserver/archive/3.0.0.tar.gz
gives the following interesting information:
< HTTP/2 300
the given path has multiple possibilities: #<Git::Ref:0x00007f9c4b713628>, #<Git::Ref:0x00007f9c4b710fb8>
The problem comes from the fact that there is a branch and a tag having the same name 3.0.0
in this repository.
There is a PR to make opam-publish
produce a more robust opam
file to support this kind of situation: https://github.com/ocaml-opam/opam-publish/pull/135.
In the meantime, renaming the branch 3.0.0
should do the trick.
In the meantime, renaming the branch
3.0.0
should do the trick.
Done.
Indeed now it works! Thanks
CI tests on the opam-repository involving version 3.0.0 are failing with
Do you have a way to reupload the original tarball?