[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-14.5] Bug 41435: Skip update-responses update entries for versions without incremental or full update mar



Title: GitLab

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

Commits:

  • 632a5bee
    by Nicolas Vigier at 2025-04-16T15:22:27+00:00
    Bug 41435: Skip update-responses update entries for versions without incremental or full update mar
    

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',
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx