Skip to content

Commit

Permalink
Add versions of supported operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Apr 10, 2015
1 parent 185c63f commit 61c1687
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,37 @@
{ "name": "pe", "version_requirement": "3.x" }
],
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu" },
{ "operatingsystem": "Debian" },
{ "operatingsystem": "RedHat" },
{ "operatingsystem": "CentOS" },
{ "operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.10",
"14.04",
"12.04"
]
},
{ "operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
},
{ "operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{ "operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{ "operatingsystem": "FreeBSD" },
{ "operatingsystem": "SLES" },
{ "operatingsystem": "SLES",
"operatingsystemrelease": [
"11"
]
},
{ "operatingsystem": "OpenSUSE" }
]
}

0 comments on commit 61c1687

Please sign in to comment.