release-tools/release.sh et al: introduce RELEASE_FILES and use it
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Mar 2023 05:46:32 +0000 (07:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 May 2023 03:54:35 +0000 (05:54 +0200)
commit25d343a424573aff08c6a50e96b1bcb442a140cb
tree5e3af95b31155f6f30146b718097487d6c7d4fcb
parent396d94fb39bc9da55c2e51e7c9e4ef8fd41b48e5
release-tools/release.sh et al: introduce RELEASE_FILES and use it

This is a variable that holds a list of files other than the version file,
that need to be touched up with release information.  This variable is set
by the version functions, as the files are varied, depending on the versio
scheme and series.

We also add the fixup files for all possible release files.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/140)
release-tools/release-aux/fixup-CHANGES-postrelease.pl [new file with mode: 0644]
release-tools/release-aux/fixup-CHANGES-release.pl [new file with mode: 0644]
release-tools/release-aux/fixup-NEWS-postrelease.pl [new file with mode: 0644]
release-tools/release-aux/fixup-NEWS-release.pl [new file with mode: 0644]
release-tools/release-aux/fixup-README-postrelease.pl [new file with mode: 0644]
release-tools/release-aux/fixup-README-release.pl [new file with mode: 0644]
release-tools/release-aux/fixup-openssl.spec-postrelease.pl [new file with mode: 0644]
release-tools/release-aux/fixup-openssl.spec-release.pl [new file with mode: 0644]
release-tools/release-aux/release-version-fn.sh
release-tools/release-aux/test_suite.sh
release-tools/release.sh