We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tag_of_distro
distro_of_tag
centos-n
1 parent 62c5b30 commit 3de5d25Copy full SHA for 3de5d25
src-opam/distro.ml
@@ -849,8 +849,8 @@ let distro_of_tag x : t option =
849
| "centos-6" -> Some (`CentOS `V6)
850
| "centos-7" -> Some (`CentOS `V7)
851
| "centos-8" -> Some (`CentOS `V8)
852
- | "centos-stream-9" -> Some (`CentOS `V9)
853
- | "centos-stream-10" -> Some (`CentOS `V10)
+ | "centos-9" -> Some (`CentOS `V9)
+ | "centos-10" -> Some (`CentOS `V10)
854
| "fedora-21" -> Some (`Fedora `V21)
855
| "fedora-22" -> Some (`Fedora `V22)
856
| "fedora-23" -> Some (`Fedora `V23)
0 commit comments