Yet more pre-release check fixes
We need another needle for French installs, and we need to use ISO_URL for checking the ISO file name if ISO isn't set. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
29a5e0bda7
commit
dc8ed1c9ba
@ -979,6 +979,8 @@ sub check_prerelease {
|
|||||||
# prerelease tags should appear, otherwise they should not.
|
# prerelease tags should appear, otherwise they should not.
|
||||||
|
|
||||||
my $beta = get_var('ISO');
|
my $beta = get_var('ISO');
|
||||||
|
# install_pxeboot tests have ISO blanked, so we must use ISO_URL
|
||||||
|
my $beta ||= get_var('ISO_URL');
|
||||||
my $nightly = get_var('BUILD');
|
my $nightly = get_var('BUILD');
|
||||||
my $version = get_var('VERSION');
|
my $version = get_var('VERSION');
|
||||||
my $development = get_var('DEVELOPMENT');
|
my $development = get_var('DEVELOPMENT');
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 764,
|
||||||
|
"type": "match",
|
||||||
|
"height": 25,
|
||||||
|
"ypos": 35,
|
||||||
|
"width": 138
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"LANGUAGE-french",
|
||||||
|
"prerelease_note"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Loading…
Reference in New Issue
Block a user