Merge pull request #1 from sghebuz/master
Complete FreeBSD 13.1 release support
This commit is contained in:
@@ -71,6 +71,7 @@ $sphere_array = $rel_list;
|
|||||||
|
|
||||||
if ($linux_compat_support == "YES"):
|
if ($linux_compat_support == "YES"):
|
||||||
$a_action = [
|
$a_action = [
|
||||||
|
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
||||||
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
||||||
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
||||||
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
||||||
@@ -87,6 +88,7 @@ if ($linux_compat_support == "YES"):
|
|||||||
];
|
];
|
||||||
else:
|
else:
|
||||||
$a_action = [
|
$a_action = [
|
||||||
|
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
||||||
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
||||||
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
||||||
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
||||||
|
|||||||
Reference in New Issue
Block a user