diff --git a/lib/utils.pm b/lib/utils.pm index 0e28db2c..9d598641 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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'); diff --git a/needles/anaconda/identification/prerelease_note-french-blue-20190911.json b/needles/anaconda/identification/prerelease_note-french-blue-20190911.json new file mode 100644 index 00000000..5e6c2b70 --- /dev/null +++ b/needles/anaconda/identification/prerelease_note-french-blue-20190911.json @@ -0,0 +1,16 @@ +{ + "area": [ + { + "xpos": 764, + "type": "match", + "height": 25, + "ypos": 35, + "width": 138 + } + ], + "properties": [], + "tags": [ + "LANGUAGE-french", + "prerelease_note" + ] +} \ No newline at end of file diff --git a/needles/anaconda/identification/prerelease_note-french-blue-20190911.png b/needles/anaconda/identification/prerelease_note-french-blue-20190911.png new file mode 100644 index 00000000..9971eb7a Binary files /dev/null and b/needles/anaconda/identification/prerelease_note-french-blue-20190911.png differ