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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41419: Add comment in downloads.json to mention that the file is deprecated



Title: GitLab

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

Commits:

  • 52b0e12f
    by Nicolas Vigier at 2025-03-27T15:10:19+00:00
    Bug 41419: Add comment in downloads.json to mention that the file is deprecated
    

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -463,6 +463,7 @@ sub write_downloads_json {
    463 463
             version => "$version",
    
    464 464
             tag => "$tag",
    
    465 465
             downloads => get_version_downloads($config, $version),
    
    466
    +        comment => 'This file is deprecated and should not be used. Please use the files download-$platform.json instead.',
    
    466 467
         };
    
    467 468
         write_htdocs($channel, '.', 'downloads.json',
    
    468 469
             JSON->new->utf8->canonical->pretty->encode($data));
    

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