You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/FOR_MAINTAINERS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# Advancing the `opam-repository` pin
4
4
5
-
OCaml.org's dependencies are fixed through pinning `opam-repository` in the `dune-workspace` files, and in the `Dockerfile`. To update the repository pin,
5
+
OCaml.org's dependencies are fixed through pinning `opam-repository` in the `dune-workspace` files. To update the repository pin,
6
6
7
-
1. change the commit hash in the main `dune-workspace` file, `dune-workspace` file of the playground, and in the `Dockerfile`
7
+
1. change the commit hash in the main `dune-workspace` file, `dune-workspace` file of the playground
8
8
2. delete the `dune.lock/` directory
9
9
3. build the project
10
10
4. make it very obvious in the PR updating the opam-repository pin that contributors need to re-run `dune pkg lock` and be aware that contributors may need to be told to do this
0 commit comments