ocaml-opam / Camelus

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

Concurrency in replay + getting pr from ocaml/opam-repository #31

Closed thomasblanc closed 5 years ago

thomasblanc commented 5 years ago

The concurrency in replay part doesn't change anything unless you use the (brand new) instruction check-bunch. It's mostly there for testing and "I'm too lazy to rebase" reasons. Those are useful anyway if Camelus crashed for a while and you want to check a range of pr.

Now the last commit is more substantial, it fetches the pr from ocaml/opam-repository instead of the requester's repository. That way, the requester having a private repository (or deleting their branch) will not make Camelus sad.