morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -351,6 +351,11 @@ sub get_response {
    351 351
                 );
    
    352 352
                 goto CLOSETAGS;
    
    353 353
             }
    
    354
    +        if (!$config->{versions}{$version}{files}{$os}{complete} &&
    
    355
    +          (!$from_version ||
    
    356
    +            !$config->{versions}{$version}{files}{$os}{partial}{$from_version})) {
    
    357
    +          next;
    
    358
    +        }
    
    354 359
             my $minversion = get_config($config, $version, $os, 'minSupportedOSVersion');
    
    355 360
             my $mininstruc = get_config($config, $version, $os, 'minSupportedInstructionSet');
    
    356 361
             $writer->startTag('update',