From f54c53e9f4e01ba19a2b3a664fee42798b60e38a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Oct 2022 11:28:45 +0100 Subject: Add ability to create reproducible source tarballs. * src-release.sh: Add "-r " option to create reproducible tarballs based upon a fixed timestamp of . * binutils/README-how-to-make-a-release: Add a line showing how to use -r when creating a binutils release. --- binutils/README-how-to-make-a-release | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binutils') diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 9fcebf5..3d7f6ce 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -251,6 +251,10 @@ When the time comes to actually make the release.... ./src-release.sh -b -g -l -x binutils + OR ... for a more reproducible tarball: + + ./src-release.sh -b -g -l -x -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` binutils + 24. Check that the files in the tarballs have the correct permissions. -- cgit v1.1