Documentation index

Rebuilders

This page is trying to document the different tools for rebuilding:

orchestrators

rebuilder-backends

clients/frontends

verifiers?

(I wonder how we can contrast a more thorough attestation verification vs regular client/frontends)

outside the above model

for OCaml / OPAM we have some infrastructure as well - the builder (capturing everything [installed packages, environment variables, sources used]) is orb build, the rebuilder is orb rebuild (from <https://github.com/roburio/orb). for scheduling we’re currently using builder (https://github.com/roburio/builder) and have a web frontend (https://git.robur.io/robur/builder-web) – live at https://builds.robur.coop


Documentation index