Skip to content

opam: Automate the opam repository initialization

Prior to this, this waited for a flag to be passed along to the constructor to determine whether the 'opam init' step should happen or not. As this was never activated (neither passed along by the lister nor configured in various loader configurations), this is now source of issues.

With the following, this lets the loader determine whether it needs to initialize the opam repository or not.

Refs. swh/infra/sysadm-environment#4971 (closed)

Merge request reports