[binutils-gdb] Update release readme

Nick Clifton nickc@sourceware.org
Tue Jan 27 08:04:55 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73db277b28b48e6e84efaedc82e025cd4a65b8a7

commit 73db277b28b48e6e84efaedc82e025cd4a65b8a7
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jan 27 08:04:49 2026 +0000

    Update release readme

Diff:
---
 binutils/README-how-to-make-a-release | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 630feec27b0..358580e202a 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -154,12 +154,13 @@ Approx time to complete from here: 2 hours ...
 
      d. Upload the pre-release snapshot to the sourceware FTP site:
 
-          scp binutils-2.46.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
-	  
      For EVEN numbered releases:
-          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-with-gold-2.46.90.tar.xz
+          scp binutils-with-gold-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+	  ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-with-gold-2.[N].90.tar.xz
+	  
      For ODD numbered releases:
-          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.46.90.tar.xz
+          scp binutils-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
+          ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.[N].90.tar.xz
 
         Paranoia: Compare the checksum with the local version.


More information about the Binutils-cvs mailing list