diff options
author | Nick Clifton <nickc@redhat.com> | 2018-07-16 14:14:17 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-07-16 14:14:17 +0100 |
commit | ad96220cc73a2daa24b1d2b2e4afed557879e6f4 (patch) | |
tree | 54a15af6697ab982f7d5eeb433a393c66e932b67 /binutils/README-how-to-make-a-release | |
parent | 0a8288f78ad4d8d273b3dc7ab10b0fd43464d0aa (diff) | |
download | gdb-ad96220cc73a2daa24b1d2b2e4afed557879e6f4.zip gdb-ad96220cc73a2daa24b1d2b2e4afed557879e6f4.tar.gz gdb-ad96220cc73a2daa24b1d2b2e4afed557879e6f4.tar.bz2 |
Update release making notes to metion checking for new top level files.
* README-how-to-make-a-release: Add note to check for new top
level files and add them to the src-release.sh script.
Diffstat (limited to 'binutils/README-how-to-make-a-release')
-rw-r--r-- | binutils/README-how-to-make-a-release | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 00ecfe7..3b848e1 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -180,7 +180,12 @@ When the time comes to actually make the release.... % find . -depth -name autom4te.cache -exec rm -r {} \; - 23. Create the release tarballs: + 23. Note - check to see if any new files have been added to the top + level of the source directory, but which are not in the + DEVO_SUPPORT variable in the src-release.sh script. If they are + needed then add them. + + Create the release tarballs: ./src-release.sh -b -g -l -x binutils @@ -226,7 +231,9 @@ When the time comes to actually make the release.... Create a new documentation folder on the sourceware.org web pages as /sourceware/www/sourceware/htdocs/binutils/docs-X.XX. Make the html documentation locally with the "make html" command - and then upload and rename the directories as needed. Create an + and then upload and rename the directories as needed. (sftp + does not appear to support recursive uploads however, so the + directories will have to be made by hand). Create an index.html file and then edit the docs link to point to the new docs-X.XX directory. @@ -245,7 +252,7 @@ When the time comes to actually make the release.... ------------------------------------------------------------------------ Hi Everyone, - We are pleased to announce that version 2.XX of the Binutils project + We are pleased to announce that version 2.XX of the GNU Binutils project sources have been released and are now available for download at: https://ftp.gnu.org/gnu/binutils |