b. Create a source tarball of the BRANCH sources:
- ./src-release.sh -x binutils
+ If this is an EVEN numbered release:
+
+ ./src-release.sh -x binutils
+
+ If this is an ODD numbered release:
+
+ ./src-release.sh -x no_gold_bin
FIXME: Not sure if the following steps are needed...
Then create the release tarballs:
+ If this is an EVEN numbered release:
+
./src-release.sh -b -g -l -x -z binutils
- OR ... for a more reproducible tarball:
+ If this is an ODD numbered release:
+
+ ./src-release.sh -b -g -l -x -z no_gold_bin
+
+ OR ... for a more reproducible tarball:
- ./src-release.sh -b -g -l -x -z -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` binutils
+ ./src-release.sh -b -g -l -x -z \
+ -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` \
+ [binutils | no_gold_bin]
24. Check that the files in the tarballs have the correct
permissions.
h. Create the release tarballs:
- ./src-release.sh -b -g -l -x -z binutils
+ ./src-release.sh -b -g -l -x -z [ binutils | no_gold_bin ]
or:
- ./src-release.sh -b -g -l -x -z -r `git log -1 --format=%cd --date=format:%F bfd/version.m4` binutils
+ ./src-release.sh -b -g -l -x -z
+ -r `git log -1 --format=%cd --date=format:%F bfd/version.m4`
+ [ binutils | no_gold_bin ]
i. Check that the files in the tarballs have the correct
permissions.