commit | f1c6ccfc6a010c3a7b3d88613cfc184e5dc3f882 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 30 15:19:06 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 30 15:44:10 2022 +0200 |
tree | a5db6f44233f44997366f6af44b506238f3b4630 | |
parent | b93399a5e7714a5e440add58a5f09c100d65fc01 [diff] |
SCRIPTS: add make-releases-json to recreate a releases.json file in download dirs This will be used to rebuild a releases.json file in each download directory. It only relies on existing files and sorts them by version, appends known signatures (md5/sha256) and marks the most recent one as the latest release. This aims at addressing github issue #1537.