dmaketgz: release tarball generation using docker

For easier reproducibility.

Mention using this script in RELEASE-PROCEDURE

Closes #13388
This commit is contained in:
Daniel Stenberg 2024-04-16 16:56:03 +02:00
parent dad126b840
commit d28f74913c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 55 additions and 4 deletions

View file

@ -23,9 +23,7 @@ in the source code repo
tag and we use underscores instead of dots in the version number. Make sure
the tag is GPG signed (using -s).
- run `./maketgz 7.34.0` to build the release tarballs. It is important that
you run this on a machine with the correct set of autotools etc installed as
this is what is shipped and used by most users on \*nix like systems.
- run `./scripts/dmaketgz 7.34.0` to build the release tarballs.
- push the git commits and the new tag