mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Add ability to create reproducible source tarballs.
* src-release.sh: Add "-r <date>" option to create reproducible tarballs based upon a fixed timestamp of <date>. * binutils/README-how-to-make-a-release: Add a line showing how to use -r <date> when creating a binutils release.
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user