mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
New needles and correction of coding errors for 8.7
This commit is contained in:
parent
ff9db3aa93
commit
9969d275fa
16
needles/cockpit/rocky-basic-cockpit_login-20230115.json
Normal file
16
needles/cockpit/rocky-basic-cockpit_login-20230115.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 77,
|
||||
"width": 232,
|
||||
"type": "match",
|
||||
"ypos": 221,
|
||||
"xpos": 515
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-basic-cockpit_login-20230115.png
Normal file
BIN
needles/cockpit/rocky-basic-cockpit_login-20230115.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 226 KiB |
16
needles/cockpit/rocky-cockpit_login-20230115.json
Normal file
16
needles/cockpit/rocky-cockpit_login-20230115.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 200,
|
||||
"height": 77,
|
||||
"type": "match",
|
||||
"width": 232,
|
||||
"xpos": 515
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-cockpit_login-20230115.png
Normal file
BIN
needles/cockpit/rocky-cockpit_login-20230115.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
@ -43,7 +43,7 @@ sub run {
|
||||
my $ver_major = substr($version_id, 0, index($version_id, q/./));
|
||||
my $ver_minor = substr($version_id, index($version_id, q/./), length($version_id));
|
||||
my $target = lc($ver_major);
|
||||
if ( $ver_major = '9' ) {
|
||||
if ( $ver_major == '9' || '8' ) {
|
||||
$target = lc($version_id);
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ sub run {
|
||||
|
||||
# Test for Rocky Support Product
|
||||
$strip = strip_marks($content{'ROCKY_SUPPORT_PRODUCT'});
|
||||
if ( $ver_major = '9' ) {
|
||||
if ( $ver_major == '9' || '8' ) {
|
||||
$fullname = qq/$fullname $ver_major/;
|
||||
$fullname =~ s/ /-/g;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user