SCRIPTS: add make-releases-json to recreate a releases.json file in download dirs
authorWilly Tarreau <w@1wt.eu>
Mon, 30 May 2022 13:19:06 +0000 (15:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 May 2022 13:44:10 +0000 (15:44 +0200)
commitf1c6ccfc6a010c3a7b3d88613cfc184e5dc3f882
treea5db6f44233f44997366f6af44b506238f3b4630
parentb93399a5e7714a5e440add58a5f09c100d65fc01
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.
scripts/make-releases-json [new file with mode: 0755]