Commit 632a5bee authored by boklm's avatar boklm Committed by morgan
Browse files

Bug 41435: Skip update-responses update entries for versions without incremental or full update mar

parent 416cb39f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -351,6 +351,11 @@ sub get_response {
            );
            goto CLOSETAGS;
        }
        if (!$config->{versions}{$version}{files}{$os}{complete} &&
          (!$from_version ||
            !$config->{versions}{$version}{files}{$os}{partial}{$from_version})) {
          next;
        }
        my $minversion = get_config($config, $version, $os, 'minSupportedOSVersion');
        my $mininstruc = get_config($config, $version, $os, 'minSupportedInstructionSet');
        $writer->startTag('update',