Skip to content

Commit 3de5d25

Browse files
authored
Make tag_of_distro and distro_of_tag use centos-n name (#250)
1 parent 62c5b30 commit 3de5d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-opam/distro.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,8 +849,8 @@ let distro_of_tag x : t option =
849849
| "centos-6" -> Some (`CentOS `V6)
850850
| "centos-7" -> Some (`CentOS `V7)
851851
| "centos-8" -> Some (`CentOS `V8)
852-
| "centos-stream-9" -> Some (`CentOS `V9)
853-
| "centos-stream-10" -> Some (`CentOS `V10)
852+
| "centos-9" -> Some (`CentOS `V9)
853+
| "centos-10" -> Some (`CentOS `V10)
854854
| "fedora-21" -> Some (`Fedora `V21)
855855
| "fedora-22" -> Some (`Fedora `V22)
856856
| "fedora-23" -> Some (`Fedora `V23)

0 commit comments

Comments
 (0)