Skip to content

Commit

Permalink
Improve the announcement message inviting to upgrade opam when using …
Browse files Browse the repository at this point in the history
…opam 2.0

Co-authored-by: Anil Madhavapeddy <anil@recoil.org>
  • Loading branch information
kit-ty-kate and avsm authored Aug 22, 2024
1 parent 7acc2f3 commit bd0ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ announce: [
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.6") | opam-version < "2.0.10" | (opam-version >= "2.2.0~~" & opam-version < "2.2.1")}
"""
[INFO] opam 2.1 and 2.2 include many performance improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
""" {opam-version >= "2.0.10" & opam-version < "2.1.0~~"}
"""
[WARNING] please ensure to have GNU patch installed as `patch`. Otherwise update may fail silently (since it can't remove files).
Expand Down

0 comments on commit bd0ca60

Please sign in to comment.