ocaml-opam / Camelus

Bot posting reports on opam-repository pull-request using a web hook
Other
18 stars 9 forks source link

Check for appropriate repository location #14

Open dsheets opened 7 years ago

dsheets commented 7 years ago

Camelus should fail a PR check if the PR adds a package to the wrong location in the repository. See ocaml/opam-repository#8447.

AltGr commented 7 years ago

Yes, opam is actually extremely tolerant, and accepts packages/**/name.version/opam. We'll need to restrict this anyway when we enable repository signing.