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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41331: Make update_responses find linux-aarch64 mar-tools



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 1453e769
    by NoisyCoil at 2024-12-04T19:40:21+01:00
    Bug 41331: Make update_responses find linux-aarch64 mar-tools
    

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -500,7 +500,7 @@ sub write_downloads_json {
    500 500
     
    
    501 501
     sub marzip_path {
    
    502 502
         my ($config, $version) = @_;
    
    503
    -    for my $osname (qw/linux-x86_64 linux-i686 macos-x86_64 windows-x86_64 windows-i686/) {
    
    503
    +    for my $osname (qw/linux-x86_64 linux-i686 linux-aarch64 macos-x86_64 windows-x86_64 windows-i686/) {
    
    504 504
             my $marzip = glob(version_dir($config, $version) . "/mar-tools-$osname-*.zip");
    
    505 505
             if ($marzip && -f $marzip) {
    
    506 506
               return $marzip;
    

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