Skip to content

Commit

Permalink
Merge pull request #730 from mhaskel/metadata
Browse files Browse the repository at this point in the history
Update supported versions in metadata.json
  • Loading branch information
Ashley Penney committed May 13, 2014
2 parents 862c481 + e083e8f commit 74dff45
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,35 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"

]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"

]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"

]
},
{
Expand All @@ -46,7 +53,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04"
"12.04",
"14.04"
]
}
],
Expand Down

0 comments on commit 74dff45

Please sign in to comment.