mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-08-28 13:25:53 +00:00
c132b830bc
Signed-off-by: Brendan Dixon <brendandixon@me.com>
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"blacklisted" : [
|
|
"^1.2.3$",
|
|
"^1.3(?:\\.\\d+)*$"
|
|
],
|
|
|
|
"families" : {
|
|
"ubuntu-x64": {
|
|
"versions": [
|
|
"^Ubuntu,(1[4-9]|2[0-9])\\.\\d+,.*$"
|
|
],
|
|
"require_64bit": true,
|
|
"partition": 85
|
|
},
|
|
"fedora-x64": {
|
|
"versions": [
|
|
"^Oracle[^,]*,([7-9]|[1-9][0-9])\\.\\d+,.*$",
|
|
"^Red\\sHat[^,]*,([7-9]|[1-9][0-9])\\.\\d+,.*$"
|
|
],
|
|
"partition": 20
|
|
}
|
|
}
|
|
} |