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:
Adam Williamson 2019-09-11 14:31:54 -07:00
parent 29a5e0bda7
commit dc8ed1c9ba
3 changed files with 18 additions and 0 deletions

View File

@ -979,6 +979,8 @@ sub check_prerelease {
# prerelease tags should appear, otherwise they should not.
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 $version = get_var('VERSION');
my $development = get_var('DEVELOPMENT');

View File

@ -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