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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-12.5] Bug 31546 (fix): Remove the -linux64 suffix from geckodriver



Title: GitLab

richard pushed to branch maint-12.5 at The Tor Project / Applications / tor-browser-build

Commits:

  • ed3f291b
    by Pier Angelo Vendrame at 2023-08-01T16:59:15+02:00
    Bug 31546 (fix): Remove the -linux64 suffix from geckodriver
    
    We removed the -linux64 suffix from GeckoDriver, because we intend
    enabling it also for other platforms than Linux-x86_64 and for more
    consistency with the other artifacts.
    However, I forgot to update the filename in projects/firefox/build on
    my previous commit.
    

1 changed file:

Changes:

  • projects/firefox/build
    ... ... @@ -351,7 +351,7 @@ END;
    351 351
       [% IF c("var/linux-x86_64") && !c("var/asan") -%]
    
    352 352
         [% c('tar', {
    
    353 353
                 tar_src => [ 'geckodriver' ],
    
    354
    -            tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/geckodriver-linux64.tar.xz',
    
    354
    +            tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/geckodriver.tar.xz',
    
    355 355
             }) %]
    
    356 356
       [% END %]
    
    357 357
     [% ELSIF c("var/windows") -%]
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits