Commit 52b0e12f authored by boklm's avatar boklm Committed by morgan
Browse files

Bug 41419: Add comment in downloads.json to mention that the file is deprecated

parent 27246fb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -463,6 +463,7 @@ sub write_downloads_json {
        version => "$version",
        tag => "$tag",
        downloads => get_version_downloads($config, $version),
        comment => 'This file is deprecated and should not be used. Please use the files download-$platform.json instead.',
    };
    write_htdocs($channel, '.', 'downloads.json',
        JSON->new->utf8->canonical->pretty->encode($data));