Skip to content

Commit

Permalink
Merge pull request voxpupuli#192 from vinzent/190_remove_legacy_distr…
Browse files Browse the repository at this point in the history
…o_from_metadata_json

Remove support for EL5 and Fedora < 24
  • Loading branch information
bastelfreak authored Jan 31, 2017
2 parents de2148b + 3d1f034 commit 52dce41
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,20 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"19",
"20",
"21",
"22",
"23",
"24"
"24",
"25"
]
},
{
"operatingsystem": "Amazon",
"operatingsystemrelease": [
"5.0",
"6.0",
"7.0"
]
Expand Down

0 comments on commit 52dce41

Please sign in to comment.