diff options
author | Nick Clifton <nickc@redhat.com> | 2023-01-16 11:31:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-01-16 11:31:39 +0000 |
commit | f75c8fc014e2075ce36751565291afae898e2679 (patch) | |
tree | 3a4944912bb230fcaa7e513cbf3d9cd383074654 | |
parent | 69373ba164f208f258d84c65b11604099c371480 (diff) | |
download | gdb-f75c8fc014e2075ce36751565291afae898e2679.zip gdb-f75c8fc014e2075ce36751565291afae898e2679.tar.gz gdb-f75c8fc014e2075ce36751565291afae898e2679.tar.bz2 |
Update release making howto
-rw-r--r-- | binutils/README-how-to-make-a-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index e97ea6e0..ccac8a6 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -333,7 +333,7 @@ When the time comes to actually make the release.... 27. Upload the tarballs to ftp.gnu.org. - gnupload --to ftp.gnu.org:binutils binutils-2.4*.tar.* + for A in bz2 gz lz xz ; do gnupload --to ftp.gnu.org:binutils binutils-2.41.tar.$A ; done Be prepared to provide the password for the key, if you signed the binaries. |